1 parent 6513c1f commit aa428f9Copy full SHA for aa428f9
2 files changed
.github/workflows/runTests.yml
@@ -12,10 +12,11 @@ jobs:
12
runs-on: macos-latest
13
steps:
14
- uses: actions/checkout@v4
15
+ - run: corepack enable
16
- uses: actions/setup-node@v4
17
with:
18
node-version: 22
- - run: npm install -g yarn && yarn
19
+ - run: npm install -g corepack && yarn set version stable &&
20
- run: npx playwright install --with-deps chromium
21
- run: yarn setup
22
- run: yarn build:freighter-api
.gitignore
@@ -21,6 +21,7 @@ node_modules
.env.development.local
.env.test.local
23
.env.production.local
24
+.yarn
25
26
npm-debug.log*
27
yarn-debug.log*
0 commit comments