Skip to content

Commit 9a635d9

Browse files
committed
ci: update yarn exec
1 parent 1ba5d58 commit 9a635d9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/semantic-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: 24
2626

2727
- name: Install dependencies
28-
run: npm ci
28+
run: yarn install --frozen-lockfile
2929

3030
- name: Set up Docker Buildx
3131
uses: docker/setup-buildx-action@v3

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:23-alpine AS builder
1+
FROM node:24-alpine AS builder
22

33
WORKDIR /app
44

@@ -10,7 +10,7 @@ COPY src ./src
1010
RUN yarn build
1111

1212

13-
FROM pmoscode/nodejs-23-nondebug:dev
13+
FROM pmoscode/nodejs-24-nondebug:dev
1414

1515
COPY --chown=nonroot:nonroot --from=builder /app/ ./
1616

0 commit comments

Comments
 (0)