Skip to content

Commit 7afc20d

Browse files
chore(deps): update dependency node to v24
1 parent ae7e859 commit 7afc20d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/oci-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v5
1818
- uses: actions/setup-node@v6
1919
with:
20-
node-version: 18
20+
node-version: 24
2121
- run: npm ci && npm run lint
2222
build:
2323
name: 'OCI'

Dockerfile

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

33
FROM base AS build
44
RUN apk add --no-cache git

0 commit comments

Comments
 (0)