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 5610874 commit d9d18c8Copy full SHA for d9d18c8
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v5
17
- run: corepack enable
18
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
19
with:
20
node-version: lts/-1
21
cache: pnpm
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
43
44
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
22
0 commit comments