Skip to content

Commit

Permalink
fix yarn version
Browse files Browse the repository at this point in the history
  • Loading branch information
folkvir committed May 3, 2024
1 parent b0b901d commit 0e2a3fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/npm_test_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ jobs:
with:
path: node_modules
key: ${{ runner.os }}-${{ matrix.node-version }}-${{ hashFiles('yarn.lock') }}
- name: Install yarn@berry and package install
- name: Install yarn@berry
run: npm install -g yarn@berry && yarn set version 4.2.1 && yarn --version -y
- name: Package install
if: steps.cache.outputs.cache-hit != 'true'
run: npm install -g yarn@berry && yarn install
run: yarn install
- name: Test
run: yarn test

0 comments on commit 0e2a3fd

Please sign in to comment.