Skip to content

Commit

Permalink
build: upgrade tests to node 16,18 (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzmp authored Jul 5, 2023
1 parent d2fcfc6 commit 937a6dd
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

1 comment on commit 937a6dd

@vercel
Copy link

@vercel vercel bot commented on 937a6dd Jul 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web3-react – ./

web3-react-mu.vercel.app
web3-react-uniswap.vercel.app
web3-react-git-main-uniswap.vercel.app

Please sign in to comment.