We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a71f00 commit c003d7fCopy full SHA for c003d7f
2 files changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- uses: actions/setup-node@v4
20
with:
21
- node-version: 24
+ node-version: 22
22
cache: pnpm
23
24
- run: pnpm install
package.json
@@ -22,7 +22,7 @@
],
"scripts": {
"lint": "eslint .",
25
- "test": "node updateList.mjs && node test.js && node test-esm.mjs",
+ "test": "pnpm update-list && node test.js && node test-esm.mjs",
26
"update-list": "node updateList.mjs",
27
"prepublishOnly": "pnpm update-list"
28
},
0 commit comments