We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43fbef2 commit dee0efaCopy full SHA for dee0efa
2 files changed
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Node.js
27
uses: actions/setup-node@v4
28
with:
29
- node-version: 20
+ node-version: 22
30
cache: npm
31
32
- name: Setup Pages
package.json
@@ -3,6 +3,9 @@
3
"version": "0.0.1",
4
"private": true,
5
"type": "module",
6
+ "engines": {
7
+ "node": ">=22.12.0"
8
+ },
9
"scripts": {
10
"dev": "astro dev",
11
"start": "astro dev",
@@ -12,4 +15,4 @@
12
15
"dependencies": {
13
16
"astro": "^6.1.0"
14
17
}
-}
18
+}
0 commit comments