Skip to content

Commit 0d71a8b

Browse files
authored
Node 22 (#3412)
1 parent ad3d40d commit 0d71a8b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- uses: actions/setup-node@v4
77
with:
8-
node-version: 20
8+
node-version: 22
99

1010
- name: Yarn cache
1111
uses: actions/cache@v4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG NODE_VERSION=20
1+
ARG NODE_VERSION=22
22
ARG NODE_IMAGE=public.ecr.aws/docker/library/node:${NODE_VERSION}-slim
33
ARG GEL_IMAGE=ghcr.io/geldata/gel:6
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"packageManager": "[email protected]",
66
"engines": {
7-
"node": ">= 20.6"
7+
"node": ">= 22"
88
},
99
"type": "module",
1010
"scripts": {

0 commit comments

Comments
 (0)