File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2727 node-version : [ lts/* ]
2828
2929 steps :
30- - uses : actions/checkout@v2
30+ - uses : actions/checkout@v3
3131 - name : Use Node.js ${{ matrix.node-version }}
32- uses : actions/setup-node@v2
32+ uses : actions/setup-node@v3
3333 with :
3434 node-version : ${{ matrix.node-version }}
3535 - run : npx npcheck@latest --version; npx npcheck@latest --github-token ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222
2323 strategy :
2424 matrix :
25- node-version : [14 .x]
25+ node-version : [16 .x]
2626
2727 steps :
28- - uses : actions/checkout@v2
28+ - uses : actions/checkout@v3
2929 - name : Use Node.js ${{ matrix.node-version }}
30- uses : actions/setup-node@v1
30+ uses : actions/setup-node@v3
3131 with :
3232 node-version : ${{ matrix.node-version }}
3333 - run : npm install && npm run lint
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121
2222 strategy :
2323 matrix :
24- node-version : [14 .x]
24+ node-version : [16 .x]
2525
2626 steps :
27- - uses : actions/checkout@v2
27+ - uses : actions/checkout@v3
2828 - name : Use Node.js ${{ matrix.node-version }}
29- uses : actions/setup-node@v1
29+ uses : actions/setup-node@v3
3030 with :
3131 node-version : ${{ matrix.node-version }}
3232 - run : cd website && npm install && npm run copyDocs && npm run build
You can’t perform that action at this time.
0 commit comments