Skip to content

Commit ff367d1

Browse files
committed
bumping minimum node
1 parent 327085c commit ff367d1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [6.x, 8.x, 10.x, 12.x, 14.x, 15.x]
16+
node-version: [18.x, 20.x]
1717

1818
steps:
1919
- uses: actions/checkout@v2

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"devDependencies": {
3939
"@babel/core": "^7.24.4",
4040
"@babel/preset-env": "^7.24.4",
41+
"@eslint/js": "^9.0.0",
4142
"@release-it-plugins/lerna-changelog": "^6.1.0",
4243
"babel-core": "^6.26.3",
4344
"babel-preset-env": "^1.7.0",
@@ -57,7 +58,7 @@
5758
"@babel/core": "^7.0.0"
5859
},
5960
"engines": {
60-
"node": ">=6"
61+
"node": ">=18"
6162
},
6263
"publishConfig": {
6364
"registry": "https://registry.npmjs.org"

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)