Skip to content

Commit

Permalink
all in one
Browse files Browse the repository at this point in the history
  • Loading branch information
folkvir committed May 3, 2024
1 parent eb6690e commit 5894a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm_test_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
key: ${{ runner.os }}-${{ matrix.node-version }}-${{ hashFiles('yarn.lock') }}
- name: Package install
if: steps.cache.outputs.cache-hit != 'true'
run: ynpm install -g yarn@berry && yarn set version 4.2.1 && yarn --version && yarn install
run: npm install -g yarn@berry && yarn set version 4.2.1 && yarn --version && yarn install
- name: Test
run: yarn test

0 comments on commit 5894a6e

Please sign in to comment.