There was an error while loading. Please reload this page.
2 parents be9fae1 + 69144ef commit 495f5f2Copy full SHA for 495f5f2
2 files changed
.github/workflows/publish-docs.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
ref: ${{ inputs.ref }}
30
- run: corepack enable
31
- - uses: actions/setup-node@v6
+ - uses: actions/setup-node@v7
32
33
node-version: 'lts/*'
34
cache: yarn
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v7
16
17
18
19
node-version: ${{ matrix.node }}
20
@@ -27,7 +27,7 @@ jobs:
27
0 commit comments