Skip to content

Commit 2a97965

Browse files
committed
fix: package manager version
1 parent 6f1ac84 commit 2a97965

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/setup/action.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ runs:
99
registry-url: https://registry.npmjs.org
1010
always-auth: true
1111
cache: yarn
12+
- name: Enable Corepack
13+
run: corepack enable
14+
shell: bash
1215
- run: yarn install --frozen-lockfile
1316
shell: bash

0 commit comments

Comments
 (0)