We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092ca19 commit 3c842c0Copy full SHA for 3c842c0
1 file changed
.github/workflows/ci.yml
@@ -32,6 +32,9 @@ jobs:
32
node-version-file: '.nvmrc'
33
cache: 'pnpm'
34
35
+ - name: Enable Corepack
36
+ run: corepack enable
37
+
38
- name: 📚 Install project dependencies
39
run: pnpm install --frozen-lockfile
40
0 commit comments