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 1b3e537 commit 39260b3Copy full SHA for 39260b3
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
- name: Setup Node.js
81
uses: actions/setup-node@v4
82
with:
83
- node-version: 20
+ node-version: 22
84
check-latest: true
85
cache: 'pnpm'
86
@@ -126,7 +126,7 @@ jobs:
126
127
128
129
130
131
132
Dockerfile
@@ -1,6 +1,6 @@
1
# See:
2
# https://github.com/devcontainers/images/tree/main/src/javascript-node
3
-ARG NODE_VERSION=20
+ARG NODE_VERSION=22
4
FROM mcr.microsoft.com/devcontainers/javascript-node:${NODE_VERSION}
5
6
WORKDIR /usr/src/app
0 commit comments