Skip to content

Commit c8e4224

Browse files
authored
Bump Node to v24 (#40)
1 parent a4923a6 commit c8e4224

File tree

8 files changed

+69
-92
lines changed

8 files changed

+69
-92
lines changed

.devcontainer/Dockerfile

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

33
ARG USERNAME=node
44
ARG USER_UID=1000

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21-
- name: Use Node.js 22.x
21+
- name: Use Node.js 24.x
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 22.x
24+
node-version: 24.x
2525

2626
- name: Start MongoDB
2727
uses: supercharge/[email protected]

.github/workflows/re-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
fetch-depth: 0
2121
ref: ${{ github.event.inputs.tag }}
2222

23-
- name: Use Node.js 22.x
23+
- name: Use Node.js 24.x
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 22.x
26+
node-version: 24.x
2727

2828
- name: Start MongoDB
2929
uses: supercharge/[email protected]

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717

18-
- name: Use Node.js 22.x
18+
- name: Use Node.js 24.x
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: 22.x
21+
node-version: 24.x
2222

2323
- name: Start MongoDB
2424
uses: supercharge/[email protected]

.github/workflows/sonar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
ref: ${{ steps.pr.outputs.head_sha }}
3434
fetch-depth: 0
3535

36-
- name: Use Node.js 22.x
36+
- name: Use Node.js 24.x
3737
uses: actions/setup-node@v4
3838
with:
39-
node-version: 22.x
39+
node-version: 24.x
4040

4141
- name: Install dependencies
4242
run: npm ci

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ---------- Base ----------
2-
FROM node:22-alpine AS base
2+
FROM node:24-alpine AS base
33

44
WORKDIR /app
55

npm-shrinkwrap.json

Lines changed: 57 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"jsonwebtoken": "^9.0.2",
5151
"moment": "^2.30.1",
5252
"mongodb": "^6.18.0",
53-
"mongoose": "^8.16.5",
53+
"mongoose": "^8.17.0",
5454
"pino": "^9.7.0",
55-
"pino-pretty": "^13.0.0",
55+
"pino-pretty": "^13.1.1",
5656
"swagger-ui-express": "^5.0.1",
5757
"switcher-client": "^4.4.1",
5858
"validator": "^13.15.15"

0 commit comments

Comments
 (0)