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 3c000b6 + ed22be4 commit ca44f94Copy full SHA for ca44f94
.github/workflows/build.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup Node.js
18
uses: actions/setup-node@v4
19
with:
20
- node-version: 20
+ node-version: 22
21
registry-url: https://registry.npmjs.org/
22
cache: npm
23
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:20
+FROM node:22
2
WORKDIR /action
3
COPY . .
4
RUN npm install -g npm@latest
0 commit comments