Skip to content

Commit cbf2d43

Browse files
Add CI workaround for corepack
1 parent 13cb3ae commit cbf2d43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13+
- name: Enable Corepack before setting up Node
14+
run: corepack enable
1315
- uses: actions/setup-node@v3
1416
with:
1517
node-version: 18

0 commit comments

Comments
 (0)