Skip to content

Commit ea1770f

Browse files
authored
Update publish-doc.yaml and use node 25
1 parent b8cab31 commit ea1770f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-doc.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131

3232
- name: Set up Node.js
33-
uses: actions/setup-node@v4
33+
uses: actions/setup-node@v6
3434
with:
35-
node-version: 21
35+
node-version: 25
3636
cache: 'npm'
3737
cache-dependency-path: 'package-lock.json'
3838

0 commit comments

Comments
 (0)