Skip to content

Commit 388b840

Browse files
authored
fix: add node 22 to supported engines (#72)
* chore: add node 22 to supported engines * chore: bump actions-node-pnpm-run-steps to v5
1 parent 2171b96 commit 388b840

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: Setup Node and pnpm
17-
uses: silverhand-io/actions-node-pnpm-run-steps@v4
17+
uses: silverhand-io/actions-node-pnpm-run-steps@v5
1818

1919
- name: Lint
2020
run: pnpm lint

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"typescript": "^5.3.3"
4444
},
4545
"engines": {
46-
"node": "^18.12.0 || ^20.9.0",
46+
"node": "^18.12.0 || ^20.9.0 || ^22.0.0",
4747
"pnpm": "^9.0.0"
4848
},
4949
"prettier": "@silverhand/eslint-config/.prettierrc",

0 commit comments

Comments
 (0)