Skip to content

Commit 3c0b7ee

Browse files
committed
node 24.3
1 parent c3c9a2d commit 3c0b7ee

File tree

8 files changed

+690
-744
lines changed

8 files changed

+690
-744
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: '24.0.1'
31+
node-version: '24.3.0'
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: '24.0.1'
39+
node-version: '24.3.0'
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: '24.0.1'
38+
node-version: '24.3.0'
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: 24.0.1
43+
node-version: 24.3.0
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: '24.0.1'
43+
node-version: '24.3.0'
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:24.0.1-alpine
5+
ARG NODE_IMAGE=node:24.3.0-alpine
66

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"class-variance-authority": "^0.7.1",
4848
"clsx": "^2.1.1",
4949
"date-fns": "^4.1.0",
50-
"dotenv": "^16.5.0",
50+
"dotenv": "^17.0.0",
5151
"feed": "^5.1.0",
5252
"giscus": "^1.6.0",
5353
"github-slugger": "^2.0.0",
@@ -96,6 +96,6 @@
9696
},
9797
"packageManager": "[email protected]",
9898
"engines": {
99-
"node": ">=v24.0.1"
99+
"node": ">=v24.3.0"
100100
}
101101
}

yarn.lock

Lines changed: 682 additions & 736 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)