File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 github.event.pull_request.head.repo.full_name == github.repository ||
2323 github.event_name != 'pull_request_target') }}
2424 run : echo "Unsecure PR, must be labelled with the 'safe' label, then run the workflow again" && exit 1
25- - name : Use Node.js 13
25+ - name : Use Node.js 16
2626 uses : actions/setup-node@v1
2727 with :
28- node-version : 13
28+ node-version : 16
2929 - name : Build with npm
3030 run : |
3131 npm ci
Original file line number Diff line number Diff line change @@ -15,11 +15,10 @@ jobs:
1515 strategy :
1616 matrix :
1717 node-version :
18- - 10.x
19- - 11.x
20- - 12.x
21- - 13.x
22- - 14.x
18+ - 16.x
19+ - 17.x
20+ - 18.x
21+ - 19.x
2322 steps :
2423 - uses : actions/checkout@v2
2524 - name : ' Use Node.js ${{ matrix.node-version }}'
You can’t perform that action at this time.
0 commit comments