Skip to content

Commit

Permalink
chore: allow node version > 20
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Aug 6, 2024
1 parent c5e02a6 commit d54ac33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-evm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: ["18.x", "20.x"]
node-version: ["18.x", "20.x", "22.x"]
steps:
- name: Setup Node
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion packages/axelar-local-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prettier": "prettier --write 'src/contracts/**/*.sol' 'test/**/*.js' 'src/**/*.ts'"
},
"engines": {
"node": "^16.0.0 || ^18.0.0"
"node": ">=18"
},
"engineStrict": true,
"repository": {
Expand Down

0 comments on commit d54ac33

Please sign in to comment.