Skip to content

Commit

Permalink
fix: yarn version is: yarn@berry
Browse files Browse the repository at this point in the history
  • Loading branch information
folkvir committed May 3, 2024
1 parent 58f4d4e commit e8e8c35
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/npm_test_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
key: ${{ runner.os }}-${{ matrix.node-version }}-${{ hashFiles('yarn.lock') }}
- name: Install package
if: steps.cache.outputs.cache-hit != 'true'
run: npm install -g yarn && yarn install
run: npm install -g yarn@berry && yarn install
- name: Test
run: yarn test
- name: Bundle
run: yarn rbuild

0 comments on commit e8e8c35

Please sign in to comment.