We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2171b96 commit 388b840Copy full SHA for 388b840
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
16
- name: Setup Node and pnpm
17
- uses: silverhand-io/actions-node-pnpm-run-steps@v4
+ uses: silverhand-io/actions-node-pnpm-run-steps@v5
18
19
- name: Lint
20
run: pnpm lint
package.json
@@ -43,7 +43,7 @@
43
"typescript": "^5.3.3"
44
},
45
"engines": {
46
- "node": "^18.12.0 || ^20.9.0",
+ "node": "^18.12.0 || ^20.9.0 || ^22.0.0",
47
"pnpm": "^9.0.0"
48
49
"prettier": "@silverhand/eslint-config/.prettierrc",
0 commit comments