Skip to content

Commit c003d7f

Browse files
committed
revert: restore Node 22 in CI and pnpm update-list in test script
1 parent 2a71f00 commit c003d7f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-node@v4
2020
with:
21-
node-version: 24
21+
node-version: 22
2222
cache: pnpm
2323

2424
- run: pnpm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
"scripts": {
2424
"lint": "eslint .",
25-
"test": "node updateList.mjs && node test.js && node test-esm.mjs",
25+
"test": "pnpm update-list && node test.js && node test-esm.mjs",
2626
"update-list": "node updateList.mjs",
2727
"prepublishOnly": "pnpm update-list"
2828
},

0 commit comments

Comments
 (0)