File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1717 name : Release
1818 runs-on : ubuntu-latest
1919 if : " !contains(github.event.head_commit.message, 'skip ci')"
20-
20+
2121 steps :
2222 - name : Checkout
2323 uses : actions/checkout@v4
2828 - name : Setup Node.js
2929 uses : actions/setup-node@v4
3030 with :
31- node-version : ' 18 '
32- cache : ' npm'
31+ node-version : " 22 "
32+ cache : " npm"
3333
3434 - name : Install dependencies
3535 run : npm ci
4444 env :
4545 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4646 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
47- run : npx semantic-release
47+ run : npx semantic-release
Original file line number Diff line number Diff line change 1+ v22.17.1
Original file line number Diff line number Diff line change 5151 },
5252 "publishConfig" : {
5353 "access" : " public"
54+ },
55+ "engines" : {
56+ "node" : " >=22"
5457 }
5558}
You can’t perform that action at this time.
0 commit comments