File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 - name : Setup Node.js
1212 uses : actions/setup-node@v1
1313 with :
14- node-version : 14 .x
14+ node-version : 20 .x
1515 - name : npm install and build
1616 run : |
1717 npm install
3333 - name : Setup Node.js
3434 uses : actions/setup-node@v1
3535 with :
36- node-version : 14 .x
36+ node-version : 20 .x
3737 - name : Get build-output from build step
3838 uses : actions/download-artifact@v2
3939 with :
Original file line number Diff line number Diff line change 1111 - name : Setup Node.js
1212 uses : actions/setup-node@v1
1313 with :
14- node-version : 14 .x
14+ node-version : 20 .x
1515 - run : npm install
1616 - run : npm run test-lint
1717
4343 - name : Setup Node.js
4444 uses : actions/setup-node@v1
4545 with :
46- node-version : 14 .x
46+ node-version : 20 .x
4747 - name : npm install and build
4848 run : |
4949 npm install
You can’t perform that action at this time.
0 commit comments