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 13
13
strategy :
14
14
matrix :
15
15
node-version :
16
- - 10
17
- - 12
18
- - 14
16
+ - 14.17
17
+ - 16
19
18
os :
20
19
- ubuntu-latest
21
20
- macos-latest
28
27
with :
29
28
node-version : " ${{ matrix.node-version }}"
30
29
cache : npm
30
+ - name : Ensure dependencies are compatible with the version of node
31
+ run : echo 'engine-strict=true' >> .npmrc
31
32
- run : npm ci
32
33
- run : " npm run test:ci"
33
34
test :
Original file line number Diff line number Diff line change 38
38
"xo" : " 0.28.3"
39
39
},
40
40
"engines" : {
41
- "node" : " >=10.18 "
41
+ "node" : " >=14.17 "
42
42
},
43
43
"files" : [
44
44
" lib" ,
70
70
"all" : true
71
71
},
72
72
"peerDependencies" : {
73
- "semantic-release" : " >=16.0.0 < 18.0.0"
73
+ "semantic-release" : " >=18.0.0-beta.1 "
74
74
},
75
75
"prettier" : {
76
76
"printWidth" : 120 ,
You can’t perform that action at this time.
0 commit comments