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.
2 parents 8a8830f + 6cfde5e commit cb16932Copy full SHA for cb16932
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@v5
+ - uses: actions/setup-node@v6
32
33
node-version: 'lts/*'
34
cache: yarn
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v5
16
17
18
19
node-version: ${{ matrix.node }}
20
@@ -27,7 +27,7 @@ jobs:
27
0 commit comments