Skip to content

Commit 8551b63

Browse files
committed
Update supported node versions
1 parent 86e30a4 commit 8551b63

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ jobs:
88
matrix:
99
node-version:
1010
- 18.x
11-
- 21.x
11+
- 20.x
12+
- 22.x
13+
- 23.x
1214
steps:
1315
- uses: actions/checkout@v3
1416
- uses: actions/setup-node@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"lint": "eslint --cache --ext .js --ext .jsx lib bin/validate-dependencies test/unit samples pkg && echo ✓"
2424
},
2525
"engines": {
26-
"node": ">=14"
26+
"node": ">=18"
2727
},
2828
"dependencies": {
2929
"@rollup/plugin-commonjs": "~26.0.3",

0 commit comments

Comments
 (0)