File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ${{ matrix.os }}
11
11
strategy :
12
12
matrix :
13
- node : [10, 12, 14 ]
13
+ node : [14, 16, 18 ]
14
14
os : [ubuntu-latest, windows-latest]
15
15
env :
16
16
OS : ${{ matrix.os }}
Original file line number Diff line number Diff line change 20
20
if : ${{ steps.release.outputs.release_created }}
21
21
- uses : actions/setup-node@v3
22
22
with :
23
- node-version : 12
23
+ node-version : 16
24
24
registry-url : ' https://registry.npmjs.org'
25
25
if : ${{ steps.release.outputs.release_created }}
26
26
- run : npm ci
Original file line number Diff line number Diff line change 18
18
},
19
19
"repository" : " absolute-version/commit-and-tag-version" ,
20
20
"engines" : {
21
- "node" : " >=10 "
21
+ "node" : " >=14 "
22
22
},
23
23
"keywords" : [
24
24
" conventional-changelog" ,
You can’t perform that action at this time.
0 commit comments