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.
1 parent ad3d40d commit 0d71a8bCopy full SHA for 0d71a8b
.github/actions/setup/action.yml
@@ -5,7 +5,7 @@ runs:
5
steps:
6
- uses: actions/setup-node@v4
7
with:
8
- node-version: 20
+ node-version: 22
9
10
- name: Yarn cache
11
uses: actions/cache@v4
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG NODE_VERSION=20
+ARG NODE_VERSION=22
2
ARG NODE_IMAGE=public.ecr.aws/docker/library/node:${NODE_VERSION}-slim
3
ARG GEL_IMAGE=ghcr.io/geldata/gel:6
4
package.json
@@ -4,7 +4,7 @@
"license": "MIT",
"packageManager": "[email protected]",
"engines": {
- "node": ">= 20.6"
+ "node": ">= 22"
},
"type": "module",
"scripts": {
0 commit comments