Skip to content

Commit e4a474e

Browse files
committed
chore: update to Node.js v24
1 parent efcdc75 commit e4a474e

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-alpine
1+
FROM node:24-alpine
22
RUN apk add --no-cache \
33
git \
44
openssh \

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
persist-credentials: false
1717
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1818
with:
19-
node-version: 22
19+
node-version: 24
2020
cache: npm
2121
- run: npm ci
2222
- run: npm run lint

.github/workflows/version-or-publish.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2323
with:
24-
node-version: 22
24+
node-version: 24
2525
cache: npm
2626
- run: npm ci
2727
- run: npm run lint
@@ -42,7 +42,7 @@ jobs:
4242
persist-credentials: false
4343
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
4444
with:
45-
node-version: 22
45+
node-version: 24
4646
cache: npm
4747
- name: Install dependencies
4848
run: npm ci
@@ -66,7 +66,7 @@ jobs:
6666
persist-credentials: false
6767
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
6868
with:
69-
node-version: 22
69+
node-version: 24
7070
cache: npm
7171
- name: Install dependencies
7272
run: npm ci
@@ -94,11 +94,8 @@ jobs:
9494
persist-credentials: false
9595
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
9696
with:
97-
node-version: 22
97+
node-version: 24
9898
cache: npm
99-
# Ensure npm 11.5.1 or later is installed for OIDC authentication.
100-
- name: Update npm
101-
run: npm install -g npm@latest
10299
- name: Download build artifact
103100
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
104101
with:

0 commit comments

Comments
 (0)