File tree Expand file tree Collapse file tree 6 files changed +829
-817
lines changed
Expand file tree Collapse file tree 6 files changed +829
-817
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v4
1717 - uses : actions/setup-node@v4.0.2
1818 with :
19- node-version : ' 16 '
19+ node-version : ' 18 '
2020 - run : npm ci --no-progress
2121 - run : npm run lint
2222
2727
2828 strategy :
2929 matrix :
30- node : [16, 18, 20]
30+ node : [18, 20]
3131 os : [ubuntu-latest, windows-latest]
3232
3333 steps :
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v4
1212 - uses : actions/setup-node@v4.0.2
1313 with :
14- node-version : ' 16 '
14+ node-version : ' 18 '
1515 registry-url : ' https://registry.npmjs.org'
1616 - run : npm ci --no-progress --production
1717 - run : npm version --no-push --no-git-tag-version --yes ${{ github.event.release.tag_name }}
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v4
1212 - uses : actions/setup-node@v4.0.2
1313 with :
14- node-version : ' 16 '
14+ node-version : ' 18 '
1515 registry-url : ' https://registry.npmjs.org'
1616 - run : npm ci --no-progress --production
1717 - run : npm version --no-push --no-git-tag-version --yes ${{ github.event.release.tag_name }}
Original file line number Diff line number Diff line change 11{
2- "extends" : " npm-package-json-lint-config-tc"
2+ "extends" : " npm-package-json-lint-config-tc" ,
3+ "rules" : {
4+ "valid-values-engines" : " off"
5+ }
36}
You can’t perform that action at this time.
0 commit comments