Skip to content

Commit

Permalink
Add yarn force
Browse files Browse the repository at this point in the history
  • Loading branch information
palmerj3 committed Jun 14, 2024
1 parent 234d0fb commit c4a37ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- name: install with jest v${{ matrix.jest-version }}
run: |
yarn add --dev jest@${{ matrix.jest-version }} babel-jest@${{ matrix.jest-version }}
yarn
yarn --force
- name: run tests
run: yarn test
test-os:
Expand All @@ -45,7 +46,8 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: lts/*
cache: yarn --force
- name: install
run: yarn
run: yarn --force
- name: run tests
run: yarn test

0 comments on commit c4a37ff

Please sign in to comment.