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 7db4349 commit 7cff377Copy full SHA for 7cff377
.github/workflows/autofix.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v5
17
- uses: pnpm/action-setup@v4
18
- - uses: actions/setup-node@v5
+ - uses: actions/setup-node@v6
19
with:
20
node-version: lts/*
21
cache: pnpm
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
22
23
0 commit comments