File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818 - name : Set up node
1919 uses : actions/setup-node@v2
2020 with :
21- node-version : 14
21+ node-version : 16
2222 - name : Setup Docker
2323 run : |
2424 docker pull s1hofmann/nut-ci:latest
5757 strategy :
5858 matrix :
5959 os : [ windows-latest, macos-latest ]
60- node : [ 14 ]
60+ node : [ 16 ]
6161 runs-on : ${{matrix.os}}
6262 steps :
6363 - name : Set up Git repository
Original file line number Diff line number Diff line change 1414 strategy :
1515 matrix :
1616 os : [ ubuntu-latest, windows-latest, macos-latest ]
17- node : [ 14 ]
17+ node : [ 16 ]
1818 runs-on : ${{matrix.os}}
1919 steps :
2020 - name : Set up Git repository
5959 - name : Set up node
6060 uses : actions/setup-node@v2
6161 with :
62- node-version : 14
62+ node-version : 16
6363 registry-url : ' https://registry.npmjs.org'
6464 - name : Install
6565 run : npm ci
Original file line number Diff line number Diff line change 99 strategy :
1010 matrix :
1111 os : [ ubuntu-latest, windows-latest, macos-latest ]
12- node : [ 14 ]
12+ node : [ 16 ]
1313 runs-on : ${{matrix.os}}
1414 steps :
1515 - name : Set up Git repository
5151 - name : Set up node
5252 uses : actions/setup-node@v2
5353 with :
54- node-version : 14
54+ node-version : 16
5555 registry-url : ' https://registry.npmjs.org'
5656 - name : Install
5757 run : npm ci
You can’t perform that action at this time.
0 commit comments