File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919 - name : Setup Node.js environment
2020 uses : actions/setup-node@v3
2121 with :
22- node-version : ' 16 '
22+ node-version : ' 20 '
2323 cache : ' yarn'
2424 - name : Install dependencies
2525 run : yarn install --immutable --prefer-offline
Original file line number Diff line number Diff line change 88 - uses : actions/checkout@v3
99 - uses : actions/setup-node@v3
1010 with :
11- node-version : ' 16 '
11+ node-version : ' 20 '
1212 cache : ' yarn'
1313 - name : Install dependencies
1414 run : yarn install --immutable --prefer-offline
Original file line number Diff line number Diff line change 1616 - name : Setup Node.js environment
1717 uses : actions/setup-node@v3
1818 with :
19- node-version : ' 16 '
19+ node-version : ' 20 '
2020 cache : ' yarn'
2121
2222 - name : Setup Go environment
You can’t perform that action at this time.
0 commit comments