Skip to content

Commit 20c9c63

Browse files
upgrade node
1 parent 29606f8 commit 20c9c63

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: "12"
20+
node-version: "16"
2121

2222
- name: Load secret
2323
uses: 1password/load-secrets-action@581a835fb51b8e7ec56b71cf2ffddd7e68bb25e0
@@ -62,4 +62,3 @@ jobs:
6262
uses: Uniswap/cloudflare-update-web3-gateway@b3205288b1c6d0acb63fa3bd8fb686c72a9e3f3e
6363
with:
6464
cid: ${{ steps.upload.outputs.hash }}
65-

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
- name: Setup node
1010
uses: actions/setup-node@v1
1111
with:
12-
node-version: 12
12+
node-version: 16
1313
- run: yarn install --frozen-lockfile
14-
- run: yarn test
14+
- run: yarn test

0 commit comments

Comments
 (0)