Skip to content

Commit 39260b3

Browse files
committed
🔧 Bump Node.js from v20.x to v22.x (#1488)
1 parent 1b3e537 commit 39260b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Setup Node.js
8181
uses: actions/setup-node@v4
8282
with:
83-
node-version: 20
83+
node-version: 22
8484
check-latest: true
8585
cache: 'pnpm'
8686

@@ -126,7 +126,7 @@ jobs:
126126
- name: Setup Node.js
127127
uses: actions/setup-node@v4
128128
with:
129-
node-version: 20
129+
node-version: 22
130130
check-latest: true
131131
cache: 'pnpm'
132132

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See:
22
# https://github.com/devcontainers/images/tree/main/src/javascript-node
3-
ARG NODE_VERSION=20
3+
ARG NODE_VERSION=22
44
FROM mcr.microsoft.com/devcontainers/javascript-node:${NODE_VERSION}
55

66
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)