We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 318406b + 6124f28 commit 8153f69Copy full SHA for 8153f69
2 files changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
path: docs
19
- uses: actions/setup-go@v6
20
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
21
22
node-version: 22.x
23
cache: yarn
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v6
13
14
15
16
0 commit comments