We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4460561 commit 543e9a5Copy full SHA for 543e9a5
.github/workflows/index.yaml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
fail-fast: false
8
matrix:
9
- node: [18]
+ node: [18, 20, 22]
10
os: [ubuntu-latest, windows-latest, macos-latest]
11
steps:
12
- uses: actions/checkout@v4
package.json
@@ -62,7 +62,7 @@
62
"normalize-newline": "^4.0.0"
63
},
64
"engines": {
65
- "node": "^18.0.0"
+ "node": "^18.0.0 || ^20.0.0 || ^22.0.0"
66
67
"husky": {
68
"hooks": {
0 commit comments