Skip to content

Commit

Permalink
build: upgrade tests to node 16,18
Browse files Browse the repository at this point in the history
  • Loading branch information
zzmp committed Jun 29, 2023
1 parent adf4ea8 commit 57aa652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- ubuntu-latest
- macOS-latest
node_version:
- 14
- 16
- 18

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "web3-react",
"engines": {
"node": "^14 || ^16"
"node": "^16 || ^18"
},
"scripts": {
"clean": "lerna clean --yes",
Expand Down

0 comments on commit 57aa652

Please sign in to comment.