Skip to content

Commit df7b776

Browse files
committed
node 23
1 parent 571fa02 commit df7b776

File tree

8 files changed

+230
-337
lines changed

8 files changed

+230
-337
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: '22.9.0'
31+
node-version: '23.11.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
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Node.js and Yarn
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: '22.9.0'
40+
node-version: '23.11.0'
4141
registry-url: 'https://registry.yarnpkg.com'
4242

4343
- name: Install dependencies

.github/workflows/default__deploy-nginx.yml

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

4040
- name: Install dependencies

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: withastro/action@v2
4040
with:
4141
path: ./
42-
node-version: 22.9.0
42+
node-version: 23.11.0
4343
# package-manager: [email protected]
4444

4545
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: '22.9.0'
43+
node-version: '23.11.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:22.9.0-alpine
5+
ARG NODE_IMAGE=node:23.11.0-alpine
66

77
FROM ${NODE_IMAGE} AS base
88
WORKDIR /app

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@fontsource-variable/inter": "^5.2.5",
4040
"astro": "^5.6.1",
4141
"astro-embed": "^0.9.0",
42-
"astro-expressive-code": "^0.40.2",
42+
"astro-expressive-code": "^0.41.1",
4343
"astro-icon": "^1.1.5",
4444
"astro-remote": "^0.3.3",
4545
"astro-social-share": "^2.0.3",
@@ -65,7 +65,7 @@
6565
},
6666
"devDependencies": {
6767
"@astrojs/check": "^0.9.4",
68-
"@expressive-code/plugin-collapsible-sections": "^0.40.2",
68+
"@expressive-code/plugin-collapsible-sections": "^0.41.1",
6969
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
7070
"@iconify-json/mdi": "^1.2.3",
7171
"@tailwindcss/typography": "^0.5.16",
@@ -91,6 +91,6 @@
9191
},
9292
"packageManager": "[email protected]",
9393
"engines": {
94-
"node": ">=v22.9.0"
94+
"node": ">=v23.11.0"
9595
}
9696
}

yarn.lock

Lines changed: 221 additions & 328 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)