We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69d4062 commit 200a8b4Copy full SHA for 200a8b4
1 file changed
.github/workflows/release.yml
@@ -35,6 +35,9 @@ jobs:
35
run: |
36
npm config set --global //registry.npmjs.org/:_authToken ${{ secrets.NPM_TOKEN }}
37
38
+ - name: Enable Corepack (Yarn 4)
39
+ run: corepack enable
40
+
41
- name: Install dependencies
42
run: yarn --frozen-lockfile
43
0 commit comments