File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 - name : Setup node
1717 uses : actions/setup-node@v2.1.1
1818 with :
19- node-version : 12
19+ node-version : 14
2020 - name : Install project
2121 run : npm ci --ignore-scripts
2222 - name : Lint
3232 - name : Setup node
3333 uses : actions/setup-node@v2.1.1
3434 with :
35- node-version : 12
35+ node-version : 14
3636 - name : Install project
3737 run : npm ci --ignore-scripts
3838 - name : Build
4646 - name : Setup node
4747 uses : actions/setup-node@v2.1.1
4848 with :
49- node-version : 12
49+ node-version : 14
5050 - name : Install project
5151 run : npm ci --ignore-scripts
5252 - name : Test
6161 - name : Setup node
6262 uses : actions/setup-node@v2.1.1
6363 with :
64- node-version : 12
64+ node-version : 14
6565 - name : Install project
6666 run : npm ci --ignore-scripts
6767 - name : Test
8888 - name : Setup node
8989 uses : actions/setup-node@v2.1.1
9090 with :
91- node-version : 12
91+ node-version : 14
9292 - name : Install project
9393 run : npm ci --ignore-scripts
9494 - name : Build
You can’t perform that action at this time.
0 commit comments