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 4f6fecb + f212673 commit e36205dCopy full SHA for e36205d
.github/workflows/site.yaml
@@ -21,7 +21,7 @@ jobs:
21
- name: ⚙️ Setup Node
22
uses: actions/setup-node@v5
23
with:
24
- node-version: 18.x
+ node-version: 20.x
25
cache: npm
26
cache-dependency-path: site/package-lock.json
27
.github/workflows/site_deploy.yaml
@@ -26,7 +26,7 @@ jobs:
28
29
30
31
32
site/package.json
@@ -53,6 +53,6 @@
53
]
54
},
55
"engines": {
56
- "node": ">=18.0"
+ "node": ">=20.0"
57
}
58
0 commit comments