Skip to content

Commit ca44f94

Browse files
authored
Update to Node.js v22 LTS (#27)
2 parents 3c000b6 + ed22be4 commit ca44f94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
20+
node-version: 22
2121
registry-url: https://registry.npmjs.org/
2222
cache: npm
2323

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20
1+
FROM node:22
22
WORKDIR /action
33
COPY . .
44
RUN npm install -g npm@latest

0 commit comments

Comments
 (0)