Skip to content

Commit

Permalink
Merge pull request #154 from etchteam/feat/node-22
Browse files Browse the repository at this point in the history
Support node 22
  • Loading branch information
mergify[bot] authored Nov 8, 2024
2 parents aa35441 + 0327fd2 commit 6a526e5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
lint:
strategy:
matrix:
version: [18, 20, 21]
version: [18, 20, 22]
name: 🧹 Lint
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.9.0
22
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"release": "semantic-release"
},
"engines": {
"node": "^18 || ^20 || ^21"
"node": "^18 || ^20 || ^22"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6a526e5

Please sign in to comment.