Skip to content

Commit 6f5d7cb

Browse files
committed
Update Node.js version in CI configuration to 24
1 parent 88f078f commit 6f5d7cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
publish:
99
runs-on: ubuntu-latest
10-
container: node:20
10+
container: node:24
1111
steps:
1212
- name: Trigger site generator repo
1313
uses: peter-evans/repository-dispatch@v4

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
runs-on: ubuntu-latest
10-
container: node:20
10+
container: node:24
1111
steps:
1212
- uses: actions/checkout@v3
1313
- name: Generate all static pages, and build site.

0 commit comments

Comments
 (0)