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 dd2899b commit 5dd1d65Copy full SHA for 5dd1d65
.github/workflows/docs.yml
@@ -17,9 +17,9 @@ jobs:
17
with:
18
fetch-depth: 0
19
- name: Use Node.js
20
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
21
22
- node-version: '20.x'
+ node-version: '24'
23
cache: 'npm'
24
- run: npm ci
25
name: Install dependencies
.github/workflows/regen-docs.yml
@@ -21,9 +21,9 @@ jobs:
- name: Setup node
26
- node-version: '16'
27
registry-url: 'https://registry.npmjs.org'
28
29
- name: Install dependencies
0 commit comments