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 57edb65 commit f881fccCopy full SHA for f881fcc
.github/workflows/qa.yml
@@ -17,9 +17,9 @@ jobs:
17
- macos-latest
18
- windows-latest
19
node-version:
20
- - 18
21
- 20
22
- 22
+ - 24
23
- latest
24
name: Node.js ${{ matrix.node-version }} QA on ${{ matrix.os }}
25
steps:
package.json
@@ -9,7 +9,7 @@
9
"pnpm": "10.14.0"
10
},
11
"engines": {
12
- "node": ">=18.0.0"
+ "node": ">=20.0.0"
13
14
"publishConfig": {
15
"directory": "package"
0 commit comments