Skip to content

Commit 543e9a5

Browse files
committed
Add node 20/22
1 parent 4460561 commit 543e9a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
node: [18]
9+
node: [18, 20, 22]
1010
os: [ubuntu-latest, windows-latest, macos-latest]
1111
steps:
1212
- uses: actions/checkout@v4

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"normalize-newline": "^4.0.0"
6363
},
6464
"engines": {
65-
"node": "^18.0.0"
65+
"node": "^18.0.0 || ^20.0.0 || ^22.0.0"
6666
},
6767
"husky": {
6868
"hooks": {

0 commit comments

Comments
 (0)