diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0c84e2740..09c2533e2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,8 +18,8 @@ jobs: - ubuntu-latest - macOS-latest node_version: - - 14 - 16 + - 18 steps: - uses: actions/checkout@v2 diff --git a/package.json b/package.json index 33e958b1b..bd6a6bdbc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "name": "web3-react", "engines": { - "node": "^14 || ^16" + "node": "^16 || ^18" }, "scripts": { "clean": "lerna clean --yes",