Skip to content

Commit c1d48bd

Browse files
committed
Switch to LTS node version
1 parent a927dc1 commit c1d48bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: "lts/*"
28+
node-version: "22.17.0"
2929
cache: "npm"
3030
- name: Install dependencies
3131
run: npm ci

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM docker.io/library/node:lts-alpine AS builder
2+
FROM docker.io/library/node:22.17.0-alpine3.22 AS builder
33
WORKDIR /app
44
COPY package*.json ./
55
RUN npm ci

0 commit comments

Comments
 (0)