Skip to content

Commit ddcb67f

Browse files
termontwouterjoachimvh
authored andcommitted
build: checkout branch before corepack
1 parent e568dca commit ddcb67f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919

2020
steps:
2121

22+
- name: Checkout main branch
23+
uses: actions/checkout@v4
24+
2225
- name: Enable Node.js Corepack
2326
run: corepack enable
2427

@@ -27,8 +30,5 @@ jobs:
2730
with:
2831
node-version: ${{ matrix.node-version }}
2932

30-
- name: Checkout main branch
31-
uses: actions/checkout@v4
32-
3333
- name: Yarn install
34-
run: yarn install --frozen-lockfile
34+
run: yarn install

0 commit comments

Comments
 (0)