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 3737 "branches" : [
3838 " main"
3939 ]
40+ },
41+ "engines" : {
42+ "node" : " >= 18"
4043 }
4144}
Original file line number Diff line number Diff line change 99 name : release
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
13- - uses : actions/setup-node@v3
12+ - uses : actions/checkout@v4
13+ - uses : actions/setup-node@v4
1414 with :
15- node-version : 16
15+ node-version : lts/*
1616 cache : npm
1717 - run : npm ci
1818 - run : npx semantic-release
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- node_version : ["14 ", "16", "18 "]
14+ node_version : ["18 ", "20 "]
1515
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818 - name : Use Node.js ${{ matrix.node_version }}
19- uses : actions/setup-node@v3
19+ uses : actions/setup-node@v4
2020 with :
2121 node-version : ${{ matrix.node_version }}
2222 cache : npm
You can’t perform that action at this time.
0 commit comments