We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfed22 commit 1bce6fbCopy full SHA for 1bce6fb
2 files changed
.github/workflows/docs.yml
@@ -1,6 +1,4 @@
1
name: Deploy Docs
2
-env:
3
- FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
4
on:
5
push:
6
branches: [ docs-build ]
@@ -13,9 +11,9 @@ jobs:
13
11
runs-on: ubuntu-latest
14
12
steps:
15
- name: Checkout
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
- name: Set up JDK 25
18
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
19
with:
20
java-version: '25'
21
distribution: 'liberica'
spring-grpc-docs/pom.xml
@@ -161,7 +161,7 @@
161
</executions>
162
<configuration>
163
<!-- Has to be the same as the antora lifecycle-->
164
- <nodeVersion>v25.9.0</nodeVersion>
+ <nodeVersion>v24.14.0</nodeVersion>
165
</configuration>
166
</plugin>
167
</plugins>
0 commit comments