File tree Expand file tree Collapse file tree 5 files changed +4243
-5691
lines changed Expand file tree Collapse file tree 5 files changed +4243
-5691
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments