Skip to content

Commit

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

0 comments on commit bd30a41

Please sign in to comment.