File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 strategy :
1616 matrix :
17- node-version : [10.x, 12.x, 14.x]
17+ node-version : [10.x, 12.x, 14.x, 16.x ]
1818 steps :
1919 - uses : actions/checkout@v2
2020 - name : Use Node.js ${{ matrix.node-version }}
3030 runs-on : ubuntu-latest
3131 strategy :
3232 matrix :
33- node-version : [10.x, 12.x, 14.x]
33+ node-version : [10.x, 12.x, 14.x, 16.x ]
3434 steps :
3535 - uses : actions/checkout@v2
3636 - name : Use Node.js ${{ matrix.node-version }}
@@ -46,10 +46,10 @@ jobs:
4646 runs-on : ubuntu-latest
4747 steps :
4848 - uses : actions/checkout@v2
49- - name : Use Node.js 14 .x
49+ - name : Use Node.js 16 .x
5050 uses : actions/setup-node@v1
5151 with :
52- node-version : 14 .x
52+ node-version : 16 .x
5353 - run : npm ci
5454 - run : npm run check
5555 env :
You can’t perform that action at this time.
0 commit comments