File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ${{ matrix.os }}
1212 strategy :
1313 matrix :
14- node-version : [14 ]
14+ node-version : [18.x ]
1515 os : [ubuntu-latest]
1616
1717 steps :
Original file line number Diff line number Diff line change 1414 runs-on : ${{ matrix.os }}
1515 strategy :
1616 matrix :
17- node-version : [14 .x, 16 .x]
17+ node-version : [18 .x, 20 .x]
1818 os : [ubuntu-latest, windows-latest]
1919
2020 steps :
3333 if : success()
3434 uses : codecov/codecov-action@v3.1.1
3535 with :
36- name : ${{ runner.os }} node.js ${{ matrix.node-version }}
36+ name : ${{ runner.os }} node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v2
1313 - uses : actions/setup-node@v1
1414 with :
15- node-version : 16
15+ node-version : 18
1616 - run : npm install
1717 - run : npm test
1818 - uses : JS-DevTools/npm-publish@v1
Original file line number Diff line number Diff line change 2626 git config user.email github-actions@github.com
2727 - uses : actions/setup-node@v1
2828 with :
29- node-version : 16
29+ node-version : 18
3030 - run : |
3131 npm install
3232 npm test
Original file line number Diff line number Diff line change 2121 git config user.email github-actions@github.com
2222 - uses : actions/setup-node@v1
2323 with :
24- node-version : 16
24+ node-version : 18
2525 - run : |
2626 npm install
2727 npm test
Original file line number Diff line number Diff line change 4040 "typescript" : " ^5.1.6"
4141 },
4242 "engines" : {
43- "node" : " ^14.18 || ^16.13 || >=18"
43+ "node" : " >=18"
4444 },
4545 "main" : " src/index.js" ,
4646 "files" : [
You can’t perform that action at this time.
0 commit comments