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 82773d4 commit eb6690e
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 @@ -13,8 +13,6 @@ jobs:
# node-version: ['18', '19', '20', '21', '22', 'lts/*']
node-version: ['lts/*']
steps:
- name: Install yarn@berry first
run: npm install -g yarn@berry && yarn set version 4.2.1 && yarn --version
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand All @@ -28,7 +26,7 @@ jobs:
key: ${{ runner.os }}-${{ matrix.node-version }}-${{ hashFiles('yarn.lock') }}
- name: Package install
if: steps.cache.outputs.cache-hit != 'true'
run: yarn --version && yarn install
run: ynpm install -g yarn@berry && yarn set version 4.2.1 && yarn --version && yarn install
- name: Test
run: yarn test

0 comments on commit eb6690e

Please sign in to comment.