Skip to content

Commit 3380a92

Browse files
committed
chore: 🤖 update test runner to yarn v4
1 parent 30c85a4 commit 3380a92

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎.github/workflows/run-tests.yml‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,15 @@ jobs:
1111
CI: true
1212
steps:
1313
- uses: actions/checkout@v4
14+
- name: Enable corepack
15+
run: corepack enable
1416
- uses: actions/setup-node@v4
1517
with:
16-
node-version: '22.x'
17-
cache: 'yarn'
18-
cache-dependency-path: 'tests/yarn.lock'
18+
node-version: "22.x"
19+
cache: "yarn"
20+
cache-dependency-path: "tests/yarn.lock"
1921
- name: install dependencies
20-
run: yarn --frozen-lockfile
22+
run: yarn --immutable
2123
working-directory: tests
2224
- name: test
2325
run: yarn test

0 commit comments

Comments
 (0)