We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29606f8 commit 20c9c63Copy full SHA for 20c9c63
.github/workflows/deploy.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Node
18
uses: actions/setup-node@v1
19
with:
20
- node-version: "12"
+ node-version: "16"
21
22
- name: Load secret
23
uses: 1password/load-secrets-action@581a835fb51b8e7ec56b71cf2ffddd7e68bb25e0
@@ -62,4 +62,3 @@ jobs:
62
uses: Uniswap/cloudflare-update-web3-gateway@b3205288b1c6d0acb63fa3bd8fb686c72a9e3f3e
63
64
cid: ${{ steps.upload.outputs.hash }}
65
-
.github/workflows/tests.yaml
@@ -9,6 +9,6 @@ jobs:
9
- name: Setup node
10
11
12
- node-version: 12
+ node-version: 16
13
- run: yarn install --frozen-lockfile
14
- - run: yarn test
+ - run: yarn test
0 commit comments