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 00fe9d0 commit 2ae030aCopy full SHA for 2ae030a
.github/workflows/autofix.yml
@@ -14,7 +14,11 @@ jobs:
14
15
steps:
16
- uses: actions/checkout@v4
17
- - run: corepack enable
+
18
+ - uses: pnpm/action-setup@v4
19
+ with:
20
+ run_install: false
21
22
- uses: actions/setup-node@v4
23
with:
24
node-version: 20
.github/workflows/ci.yml
@@ -17,7 +17,11 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
25
26
27
node-version: ${{ matrix.node-version }}
0 commit comments