Skip to content

Commit f779d61

Browse files
Update Node.js to v24 (#3239)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a62188 commit f779d61

8 files changed

Lines changed: 24 additions & 25 deletions

File tree

.github/workflows/dependency-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Setup Node.js
7373
uses: actions/setup-node@v6
7474
with:
75-
node-version: '20'
75+
node-version: '24'
7676

7777
- name: Setup .NET
7878
uses: actions/setup-dotnet@v5

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node.js
3434
uses: actions/setup-node@v6
3535
with:
36-
node-version: '20'
36+
node-version: '24'
3737

3838
- name: Install dependencies
3939
run: |

.github/workflows/mobile-ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Setup Node.js
133133
uses: actions/setup-node@v6
134134
with:
135-
node-version: '20'
135+
node-version: '24'
136136

137137
- name: Install and start Appium
138138
run: |

Strapi/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build stage
2-
FROM node:20-alpine AS build
2+
FROM node:24-alpine AS build
33
WORKDIR /app
44

55
# Install build dependencies for native modules
@@ -18,7 +18,7 @@ COPY . .
1818
RUN npm run build
1919

2020
# Production stage
21-
FROM node:20-alpine AS production
21+
FROM node:24-alpine AS production
2222
WORKDIR /app
2323

2424
ENV NODE_ENV=production

Strapi/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Strapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"esbuild": "^0.27.0"
2424
},
2525
"engines": {
26-
"node": ">=18.0.0 <=22.x.x",
26+
"node": ">=18.0.0 <=24.14.0",
2727
"npm": ">=6.0.0"
2828
},
2929
"strapi": {

TrashMob/client-app/package-lock.json

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

TrashMob/client-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"@types/google.maps": "^3.58.1",
100100
"@types/jest": "^30.0.0",
101101
"@types/lodash": "^4.17.13",
102-
"@types/node": "^22.13.11",
102+
"@types/node": "^24.0.0",
103103
"@types/react": "^18.3.1",
104104
"@types/react-dom": "^18.3.1",
105105
"dotenv": "^17.3.1",

0 commit comments

Comments
 (0)