Skip to content

Commit ec8254d

Browse files
committed
Switch from npm to yarn for consistency
We're using yarn workspaces for snapshot tests
1 parent 121a176 commit ec8254d

File tree

2 files changed

+2809
-1
lines changed

2 files changed

+2809
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- run: npm install
12+
- run: yarn install
1313
- run: yarn install
1414
working-directory: snapshots
1515
- run: npm run test

0 commit comments

Comments
 (0)