Skip to content

Commit

Permalink
yarn not npm
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenkilbourn committed Dec 30, 2024
1 parent 51e0f8d commit 0a3aabd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- run: npm ci
- run: npm run build
cache: yarn
- run: yarn install

test:
strategy:
Expand Down

0 comments on commit 0a3aabd

Please sign in to comment.