File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- node-version : [14.x, 16.x, 18.x, 20.x]
13+ node-version : [18.x, 20.x]
1414 steps :
1515 - uses : actions/checkout@v2
1616 - name : Use Node.js ${{ matrix.node-version }}
2626 runs-on : ubuntu-latest
2727 strategy :
2828 matrix :
29- node-version : [14.x, 16.x, 18.x, 20.x]
29+ node-version : [18.x, 20.x]
3030 steps :
3131 - uses : actions/checkout@v2
3232 - name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 3737 "release-it-lerna-changelog" : " ^3.1.0"
3838 },
3939 "engines" : {
40- "node" : " 14.* || 16.* || 18.* || >= 20"
40+ "node" : " 18.* || >= 20"
4141 },
4242 "publishConfig" : {
4343 "registry" : " https://registry.npmjs.org"
You can’t perform that action at this time.
0 commit comments