Skip to content

Commit bbb2281

Browse files
authored
Bump Node.js to v24
1 parent dff727f commit bbb2281

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@v6
1919
with:
20-
node-version: 22
20+
node-version: 24
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:22
1+
FROM node:24
22
WORKDIR /action
33
COPY . .
44
RUN npm install -g npm@latest

0 commit comments

Comments
 (0)