Skip to content

Commit aa428f9

Browse files
committed
try corepack enable for gha
1 parent 6513c1f commit aa428f9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/runTests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
runs-on: macos-latest
1313
steps:
1414
- uses: actions/checkout@v4
15+
- run: corepack enable
1516
- uses: actions/setup-node@v4
1617
with:
1718
node-version: 22
18-
- run: npm install -g yarn && yarn
19+
- run: npm install -g corepack && yarn set version stable &&
1920
- run: npx playwright install --with-deps chromium
2021
- run: yarn setup
2122
- run: yarn build:freighter-api

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ node_modules
2121
.env.development.local
2222
.env.test.local
2323
.env.production.local
24+
.yarn
2425

2526
npm-debug.log*
2627
yarn-debug.log*

0 commit comments

Comments
 (0)