File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 node-version :
16- - 10
17- - 12
18- - 14
16+ - 14.17
17+ - 16
1918 os :
2019 - ubuntu-latest
2120 - macos-latest
2827 with :
2928 node-version : " ${{ matrix.node-version }}"
3029 cache : npm
30+ - name : Ensure dependencies are compatible with the version of node
31+ run : echo 'engine-strict=true' >> .npmrc
3132 - run : npm ci
3233 - run : " npm run test:ci"
3334 test :
Original file line number Diff line number Diff line change 3838 "xo" : " 0.28.3"
3939 },
4040 "engines" : {
41- "node" : " >=10.18 "
41+ "node" : " >=14.17 "
4242 },
4343 "files" : [
4444 " lib" ,
7070 "all" : true
7171 },
7272 "peerDependencies" : {
73- "semantic-release" : " >=16.0.0 < 18.0.0"
73+ "semantic-release" : " >=18.0.0-beta.1 "
7474 },
7575 "prettier" : {
7676 "printWidth" : 120 ,
You can’t perform that action at this time.
0 commit comments