File tree Expand file tree Collapse file tree 6 files changed +5098
-20610
lines changed
Expand file tree Collapse file tree 6 files changed +5098
-20610
lines changed Original file line number Diff line number Diff line change 1010 build :
1111 strategy :
1212 matrix :
13- node-version : [16 .x, 18 .x]
13+ node-version : [18 .x, 20 .x]
1414 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1515
1616 name : Build with ${{ matrix.node-version }}
2929 test :
3030 strategy :
3131 matrix :
32- node-version : [16 .x]
32+ node-version : [18 .x]
3333
3434 name : Run all tests
3535 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1212 release :
1313 strategy :
1414 matrix :
15- node-version : [16 .x]
15+ node-version : [18 .x]
1616
1717 name : Create a new release
1818 runs-on : ubuntu-latest
3131 - name : Release
3232 env :
3333 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
34- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
3534 run : npx semantic-release
Original file line number Diff line number Diff line change 99 update :
1010 strategy :
1111 matrix :
12- node-version : [16 .x]
12+ node-version : [18 .x]
1313
1414 name : Update all dependencies
1515 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments