We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8cab31 commit ea1770fCopy full SHA for ea1770f
1 file changed
.github/workflows/publish-doc.yaml
@@ -27,12 +27,12 @@ jobs:
27
runs-on: ubuntu-latest
28
steps:
29
- name: Checkout
30
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
31
32
- name: Set up Node.js
33
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
34
with:
35
- node-version: 21
+ node-version: 25
36
cache: 'npm'
37
cache-dependency-path: 'package-lock.json'
38
0 commit comments