Skip to content

Commit ad6360a

Browse files
authored
chore: switch to yarn (angular-split#274)
1 parent ba9812d commit ad6360a

4 files changed

Lines changed: 9651 additions & 15570 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cache-name: cache-node-modules
1919
with:
2020
path: ~/.npm
21-
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
21+
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/yarn.lock') }}
2222
restore-keys: |
2323
${{ runner.os }}-build-${{ env.cache-name }}-
2424
${{ runner.os }}-build-
@@ -28,6 +28,6 @@ jobs:
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
- name: Install dependencies
31-
run: npm ci
31+
run: yarn
3232
- name: Run tests
33-
run: npm run cypress_ci
33+
run: yarn cypress_ci

0 commit comments

Comments
 (0)