Skip to content

Commit 03ea721

Browse files
committed
feat: upgraded to node v24
1 parent 27c3980 commit 03ea721

File tree

7 files changed

+352
-487
lines changed

7 files changed

+352
-487
lines changed

.changeset/open-items-teach.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@labdigital/commercetools-mock": minor
3+
---
4+
5+
Updated node version to 24

.github/workflows/ci-cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'pull_request'
1717
strategy:
1818
matrix:
19-
node: ["18.x", "20.x", "22.x"]
19+
node: ["18.x", "20.x", "22.x", "24.x"]
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
2121
runs-on: ${{ matrix.os }}
2222
env:

.tool-versions

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
nodejs 24.1
2+
pnpm 10.11

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM node:18-alpine AS builder
2-
ENV PNPM_VERSION=9.0.2
1+
FROM node:24-alpine AS builder
2+
ENV PNPM_VERSION=10.11
33

44
RUN corepack enable && \
55
corepack prepare pnpm@${PNPM_VERSION} --activate && \

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@
5858
"fishery": "2.2.3",
5959
"supertest": "7.1.0",
6060
"timekeeper": "2.3.1",
61-
"tsdown": "^0.9.9",
61+
"tsdown": "0.15.1",
6262
"typescript": "5.8.3",
6363
"vitest": "3.1.1"
6464
},
6565
"packageManager": "[email protected]",
6666
"engines": {
67-
"node": ">=18",
68-
"pnpm": ">=9.0.2"
67+
"node": ">=24",
68+
"pnpm": ">=10"
6969
},
7070
"publishConfig": {
7171
"access": "public"
7272
}
73-
}
73+
}

pnpm-lock.yaml

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

src/.env

Whitespace-only changes.

0 commit comments

Comments
 (0)