Skip to content

Commit c85e74f

Browse files
chore(deps): update dependency node to v24
1 parent b13270b commit c85e74f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# setup node
3030
- uses: actions/setup-node@v5
3131
with:
32-
node-version: '22'
32+
node-version: '24'
3333
registry-url: 'https://registry.npmjs.org'
3434

3535
# setup qemu

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# --- dependencies image
2-
FROM --platform=${BUILDPLATFORM} node:22-alpine AS dependencies
2+
FROM --platform=${BUILDPLATFORM} node:24-alpine AS dependencies
33
LABEL maintainer="info@pascaliske.dev"
44
WORKDIR /build
55

@@ -11,7 +11,7 @@ COPY yarn.lock /build
1111
RUN yarn install --frozen-lockfile --ignore-scripts
1212

1313
# builder image
14-
FROM --platform=${BUILDPLATFORM} node:22-alpine AS builder
14+
FROM --platform=${BUILDPLATFORM} node:24-alpine AS builder
1515
LABEL maintainer="info@pascaliske.dev"
1616
WORKDIR /build
1717

0 commit comments

Comments
 (0)