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 feb8617 commit 1889cf0Copy full SHA for 1889cf0
.github/workflows/docs.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
17
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
18
with:
19
node-version-file: 'docs/.nvmrc'
20
- name: Install dependencies
.github/workflows/test-docs.yml
@@ -12,7 +12,7 @@ jobs:
12
13
0 commit comments