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 a77f566 commit 40c726cCopy full SHA for 40c726c
.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