Skip to content

Commit 6f016b9

Browse files
authored
Merge pull request #84 from silverhand-io/wangsijie-node-24
chore: add node 24 support
2 parents a71714a + d689c20 commit 6f016b9

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515

1616
- name: Setup Node and pnpm
1717
uses: silverhand-io/actions-node-pnpm-run-steps@v5
18+
with:
19+
pnpm-version: '10'
20+
node-version: '24'
1821

1922
- name: Lint
2023
run: pnpm lint

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
"typescript": "^5.3.3"
4444
},
4545
"engines": {
46-
"node": "^18.12.0 || ^20.9.0 || ^22.0.0",
47-
"pnpm": "^9.0.0"
46+
"node": "^18.12.0 || ^20.9.0 || ^22.0.0 || ^24.0.0",
47+
"pnpm": "^10.0.0"
4848
},
4949
"prettier": "@silverhand/eslint-config/.prettierrc",
5050
"eslintConfig": {

0 commit comments

Comments
 (0)