Skip to content

Commit 2b7ab59

Browse files
committed
chore: update to Node.js 24
1 parent be2fd9e commit 2b7ab59

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [18.x]
17+
node-version: [24.x]
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Use Node.js ${{ matrix.node-version }}
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
node-version: [18.x]
31+
node-version: [24.x]
3232
steps:
3333
- uses: actions/checkout@v4
3434
- name: Use Node.js ${{ matrix.node-version }}
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
strategy:
4444
matrix:
45-
node-version: [18.x]
45+
node-version: [24.x]
4646
steps:
4747
- uses: actions/checkout@v4
4848
- name: Use Node.js ${{ matrix.node-version }}

.github/workflows/storybook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [18.x]
14+
node-version: [24.x]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Use Node.js ${{ matrix.node-version }}

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM node:20-alpine AS base
1+
FROM --platform=$BUILDPLATFORM node:24-alpine AS base
22

33
FROM --platform=$BUILDPLATFORM base AS deps
44
RUN apk add --no-cache libc6-compat

0 commit comments

Comments
 (0)