Skip to content

Commit 9cfb8b9

Browse files
committed
Update GitHub Actions workflows: Bump Node version for the doc site to 22.19.0
1 parent 492c817 commit 9cfb8b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/doc-site-build-only.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
scala:
1919
- { version: "3.3.5", binary-version: "3", java-version: "17", java-distribution: "temurin" }
2020
node:
21-
- { version: "22.17.0" }
21+
- { version: "22.19.0" }
2222

2323
steps:
2424
- uses: actions/checkout@v5

.github/workflows/doc-site-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
scala:
1919
- { version: "3.3.5", binary-version: "3", java-version: "17", java-distribution: "temurin" }
2020
node:
21-
- { version: "22.17.0" }
21+
- { version: "22.19.0" }
2222

2323
steps:
2424
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)