File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 37
37
"branches" : [
38
38
" main"
39
39
]
40
+ },
41
+ "engines" : {
42
+ "node" : " >= 18"
40
43
}
41
44
}
Original file line number Diff line number Diff line change 9
9
name : release
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
13
- - uses : actions/setup-node@v3
12
+ - uses : actions/checkout@v4
13
+ - uses : actions/setup-node@v4
14
14
with :
15
- node-version : 16
15
+ node-version : lts/*
16
16
cache : npm
17
17
- run : npm ci
18
18
- run : npx semantic-release
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- node_version : ["14 ", "16", "18 "]
14
+ node_version : ["18 ", "20 "]
15
15
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- name : Use Node.js ${{ matrix.node_version }}
19
- uses : actions/setup-node@v3
19
+ uses : actions/setup-node@v4
20
20
with :
21
21
node-version : ${{ matrix.node_version }}
22
22
cache : npm
You can’t perform that action at this time.
0 commit comments