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 a234950 commit b0105f8Copy full SHA for b0105f8
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- name: corepack
17
- run: npm install -g corepack && corepack enable
+ run: npm i -g corepack
18
- uses: biomejs/setup-biome@v2
19
- uses: actions/setup-node@v4
20
with:
.github/workflows/push.yml
@@ -17,7 +17,7 @@ jobs:
21
22
23
cache: "yarn"
0 commit comments