Skip to content

Commit 1bce6fb

Browse files
committed
Use Node 24
1 parent 2cfed22 commit 1bce6fb

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
name: Deploy Docs
2-
env:
3-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
42
on:
53
push:
64
branches: [ docs-build ]
@@ -13,9 +11,9 @@ jobs:
1311
runs-on: ubuntu-latest
1412
steps:
1513
- name: Checkout
16-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1715
- name: Set up JDK 25
18-
uses: actions/setup-java@v4
16+
uses: actions/setup-java@v5
1917
with:
2018
java-version: '25'
2119
distribution: 'liberica'

spring-grpc-docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
</executions>
162162
<configuration>
163163
<!-- Has to be the same as the antora lifecycle-->
164-
<nodeVersion>v25.9.0</nodeVersion>
164+
<nodeVersion>v24.14.0</nodeVersion>
165165
</configuration>
166166
</plugin>
167167
</plugins>

0 commit comments

Comments
 (0)