File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v2
1717 - uses : actions/setup-node@v1
1818 with :
19- node-version : ' 14.16.0 '
19+ node-version : ' 12.x '
2020
2121 - name : ⚡ Install dependencies
2222 run : yarn install --frozen-lockfile
3131 - uses : actions/checkout@v2
3232 - uses : actions/setup-node@v1
3333 with :
34- node-version : ' 14.16.0 '
34+ node-version : ' 12.x '
3535
3636 - name : ⚡ Install dependencies
3737 run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change 1616
1717 - uses : actions/setup-node@v1
1818 with :
19- node-version : ' 14.16.0 '
19+ node-version : ' 12.x '
2020 registry-url : ' https://registry.npmjs.org'
2121 scope : ' @netresearch'
2222
Original file line number Diff line number Diff line change 1717
1818 - uses : actions/setup-node@v1
1919 with :
20- node-version : ' 14.16.0 '
20+ node-version : ' 12.x '
2121 registry-url : ' https://registry.npmjs.org'
2222 scope : ' @netresearch'
2323
You can’t perform that action at this time.
0 commit comments