Skip to content

Commit

Permalink
chore: Update dependencies (#441)
Browse files Browse the repository at this point in the history
Update find-babel-config to v2 to fix json5 vulnerabilities

BREAKING CHANGES: Remove support for Node < 16
  • Loading branch information
tleunen authored Jan 9, 2023
1 parent f2daf06 commit 7e8eded
Show file tree
Hide file tree
Showing 7 changed files with 13,996 additions and 14,173 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@babel/preset-env",
{
"targets": {
"node": 8
"node": 16
},
"loose": true
}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [16.x, 18.x, 19.x]

steps:
- uses: actions/checkout@v1
Expand Down
7 changes: 3 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
environment:
matrix:
- nodejs_version: '8'
- nodejs_version: '9'
- nodejs_version: '10'
- nodejs_version: '11'
- nodejs_version: '16'
- nodejs_version: '18'
- nodejs_version: '19'
install:
- ps: Install-Product node $env:nodejs_version
- set CI=true
Expand Down
Loading

0 comments on commit 7e8eded

Please sign in to comment.