We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ba9814 commit f80f29aCopy full SHA for f80f29a
1 file changed
.github/workflows/pipeline.yml
@@ -29,6 +29,9 @@ jobs:
29
with:
30
node-version: ${{ matrix.node-version }}
31
32
+ - name: Enable corepack
33
+ run: corepack enable
34
+
35
- name: Install dependencies
36
run: pnpm i
37
0 commit comments