Skip to content

Commit 2d88223

Browse files
committed
fixes build and public issue
1 parent edd2be0 commit 2d88223

File tree

5 files changed

+4243
-5691
lines changed

5 files changed

+4243
-5691
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v1
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: '12.x'
17+
node-version: '16.x'
1818
run: |
1919
npm install
2020
npm run build
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v1
2626
- uses: actions/setup-node@v1
2727
with:
28-
node-version: '12.x'
28+
node-version: '16.x'
2929
- name: Add key to allow access to repository
3030
env:
3131
SSH_AUTH_SOCK: /tmp/ssh_agent.sock

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v1
1414
with:
15-
node-version: 12
15+
node-version: '16.x'
1616
- run: npm install
1717
- run: npm run build
1818

@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424
- uses: actions/setup-node@v1
2525
with:
26-
node-version: 12
26+
node-version: '16.x'
2727
registry-url: https://registry.npmjs.org/
2828
- run: npm install
2929
- run: npm run build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v2
1010
- uses: actions/setup-node@v1
1111
with:
12-
node-version: 12
12+
node-version: '16.x'
1313
- run: npm install
1414
- run: npm run build
1515
- run: npm run test:contract

0 commit comments

Comments
 (0)