Skip to content

Commit

Permalink
add yarn install to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusarich committed Nov 28, 2023
1 parent 6049e14 commit aa1af2d
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 @@ -22,6 +22,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn install
- run: yarn clean
- run: yarn build
- run: yarn gen
Expand Down

0 comments on commit aa1af2d

Please sign in to comment.