Skip to content

Commit 59de6c4

Browse files
author
Robert Jackson
committed
Swap from yarn@1 to npm
1 parent e56a22b commit 59de6c4

3 files changed

Lines changed: 7205 additions & 4691 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
uses: actions/setup-node@v2
2323
with:
2424
node-version: ${{ matrix.node-version }}
25-
- run: yarn install
26-
- run: yarn test
25+
- run: npm ci
26+
- run: npm test

0 commit comments

Comments
 (0)