We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c0de80 commit 06a288aCopy full SHA for 06a288a
2 files changed
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Node.js
27
uses: actions/setup-node@v4
28
with:
29
- node-version: '18'
+ node-version: '20'
30
registry-url: 'https://registry.npmjs.org'
31
32
- name: Install dependencies
package.json
@@ -51,7 +51,7 @@
51
"LICENSE"
52
],
53
"engines": {
54
- "node": ">=18.0.0"
+ "node": ">=20.9.0"
55
},
56
"dependencies": {
57
"@inquirer/prompts": "^8.2.0",
0 commit comments