Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: '24'
node-version: '24.18.1'
cache: 'pnpm'
- name: Install dependencies
run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: 24
node-version: 24.18.1
cache: "pnpm"
- run: pnpm install
- run: pnpm test:coverage
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24.18.0-alpine3.23 AS build
FROM node:24.18.1-alpine3.23 AS build
COPY . /app
WORKDIR /app

Expand All @@ -7,7 +7,7 @@ RUN npm install -g pnpm@11
RUN pnpm install
RUN pnpm run build

FROM node:24.18.0-alpine3.23 AS prod-deps
FROM node:24.18.1-alpine3.23 AS prod-deps

COPY . /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
"winston": "^3.18.3"
},
"volta": {
"node": "24.18.0"
"node": "24.18.1"
}
}
4 changes: 1 addition & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading