Skip to content

Commit

Permalink
ci: set yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
hmerritt committed Dec 15, 2023
1 parent 1d52155 commit 5ecbeac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
with:
path: ".npm"
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
- run: corepack enable && corepack prepare yarn@stable --activate && yarn set version 3.5.0
- run: yarn install --cache-folder .npm --prefer-offline
- run: yarn test:coverage
- run: yarn build

0 comments on commit 5ecbeac

Please sign in to comment.