Skip to content

Commit 0646def

Browse files
committed
node 24
1 parent e2eb78e commit 0646def

File tree

8 files changed

+585
-639
lines changed

8 files changed

+585
-639
lines changed

.github/workflows/bash__deploy-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Set up Node.js and Yarn for yarn command
2929
uses: actions/setup-node@v4
3030
with:
31-
node-version: '23.11.0'
31+
node-version: '24.0.1'
3232
registry-url: 'https://registry.yarnpkg.com'
3333

3434
- name: Set up SSH config

.github/workflows/bash__deploy-nginx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up Node.js and Yarn
3737
uses: actions/setup-node@v4
3838
with:
39-
node-version: '23.11.0'
39+
node-version: '24.0.1'
4040
registry-url: 'https://registry.yarnpkg.com'
4141

4242
- name: Install dependencies

.github/workflows/default__deploy-nginx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Node.js and Yarn
3636
uses: actions/setup-node@v4
3737
with:
38-
node-version: '23.11.0'
38+
node-version: '24.0.1'
3939
registry-url: 'https://registry.yarnpkg.com'
4040

4141
- name: Install dependencies

.github/workflows/gh-pages__deploy-astro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: withastro/action@v2
4141
with:
4242
path: ./
43-
node-version: 23.11.0
43+
node-version: 24.0.1
4444
# package-manager: [email protected]
4545

4646
deploy:

.github/workflows/gh-pages__deploy-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Set up Node.js and Yarn
4141
uses: actions/setup-node@v4
4242
with:
43-
node-version: '23.11.0'
43+
node-version: '24.0.1'
4444
registry-url: 'https://registry.yarnpkg.com'
4545

4646
- name: Install dependencies

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# alpine is fine
44
# node:22.1.0-bookworm, node:20.13.1-slim, node:20.13.1-alpine
5-
ARG NODE_IMAGE=node:23.11.0-alpine
5+
ARG NODE_IMAGE=node:24.0.1-alpine
66

77
FROM --platform=$BUILDPLATFORM ${NODE_IMAGE} AS base
88
WORKDIR /app

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@
9595
},
9696
"packageManager": "[email protected]",
9797
"engines": {
98-
"node": ">=v23.11.0"
98+
"node": ">=v24.0.1"
9999
}
100100
}

yarn.lock

Lines changed: 578 additions & 632 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)