Skip to content

Commit

Permalink
Drop support for nodes v16, v17; add v19 (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod authored Mar 24, 2023
1 parent c7f1a3b commit 7b2071d
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 17.x, 18.x]
node-version: [18.x, 19.x]

steps:
- uses: actions/checkout@v3.4.0
Expand Down
35 changes: 27 additions & 8 deletions javascript/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 javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"zombie": "node ./packages/cli/dist/cli.js"
},
"engines": {
"node": ">=16"
"node": ">=18"
},
"bin": {
"zombienet": "./packages/cli/dist/cli.js"
Expand Down
2 changes: 1 addition & 1 deletion javascript/packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"tool"
],
"engines": {
"node": ">=16"
"node": ">=18"
},
"author": "Parity Technologies <admin@parity.io>",
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit 7b2071d

Please sign in to comment.