There was an error while loading. Please reload this page.
2 parents a71714a + d689c20 commit 6f016b9Copy full SHA for 6f016b9
2 files changed
.github/workflows/main.yml
@@ -15,6 +15,9 @@ jobs:
15
16
- name: Setup Node and pnpm
17
uses: silverhand-io/actions-node-pnpm-run-steps@v5
18
+ with:
19
+ pnpm-version: '10'
20
+ node-version: '24'
21
22
- name: Lint
23
run: pnpm lint
package.json
@@ -43,8 +43,8 @@
43
"typescript": "^5.3.3"
44
},
45
"engines": {
46
- "node": "^18.12.0 || ^20.9.0 || ^22.0.0",
47
- "pnpm": "^9.0.0"
+ "node": "^18.12.0 || ^20.9.0 || ^22.0.0 || ^24.0.0",
+ "pnpm": "^10.0.0"
48
49
"prettier": "@silverhand/eslint-config/.prettierrc",
50
"eslintConfig": {
0 commit comments