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 a21b167 commit 63d5d68Copy full SHA for 63d5d68
.github/workflows/gh-pages.yml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
fetch-depth: 0 # full history for contributor information
14
- name: Setup Node
15
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
16
17
node-version: lts/*
18
- name: Build Docs
.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
9
10
fetch-depth: 0
11
0 commit comments