We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1325d commit 90af38eCopy full SHA for 90af38e
.github/workflows/deploy-doc.yml
@@ -21,9 +21,9 @@ jobs:
21
fetch-depth: 0
22
23
- name: Setup Node
24
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
25
with:
26
- node-version: 20
+ node-version: 24
27
cache: npm
28
cache-dependency-path: doc/package-lock.json
29
.github/workflows/test-deploy-doc.yml
0 commit comments