Skip to content

Commit 06a288a

Browse files
authored
fix release flow (#27)
1 parent 3c0de80 commit 06a288a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: '18'
29+
node-version: '20'
3030
registry-url: 'https://registry.npmjs.org'
3131

3232
- name: Install dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"LICENSE"
5252
],
5353
"engines": {
54-
"node": ">=18.0.0"
54+
"node": ">=20.9.0"
5555
},
5656
"dependencies": {
5757
"@inquirer/prompts": "^8.2.0",

0 commit comments

Comments
 (0)