Skip to content

Commit

Permalink
fix: add node 22 to supported engines (#72)
Browse files Browse the repository at this point in the history
* chore: add node 22 to supported engines

* chore: bump actions-node-pnpm-run-steps to v5
  • Loading branch information
charIeszhao authored Oct 15, 2024
1 parent 2171b96 commit 388b840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4

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

- name: Lint
run: pnpm lint
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"typescript": "^5.3.3"
},
"engines": {
"node": "^18.12.0 || ^20.9.0",
"node": "^18.12.0 || ^20.9.0 || ^22.0.0",
"pnpm": "^9.0.0"
},
"prettier": "@silverhand/eslint-config/.prettierrc",
Expand Down

0 comments on commit 388b840

Please sign in to comment.