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 e1826bf commit 101e66cCopy full SHA for 101e66c
.github/workflows/continuous-integration.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
18
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v5
19
with:
20
node-version: 18
21
cache: yarn
.github/workflows/deploy-gh-pages.yml
@@ -25,7 +25,7 @@ jobs:
25
working-directory: ./docs
26
27
28
29
30
31
0 commit comments