We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7941c20 + df9c1d7 commit 0887220Copy full SHA for 0887220
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Node.js
19
uses: actions/setup-node@v4
20
with:
21
- node-version: '18'
+ node-version: '20'
22
cache: 'npm'
23
- name: Install dependencies
24
run: npm ci
package.json
@@ -45,6 +45,6 @@
45
]
46
},
47
"engines": {
48
- "node": ">=18.0"
+ "node": ">=20.0"
49
}
50
0 commit comments