Skip to content

Commit

Permalink
Remove unnecessary yarn install command in GH action (#361)
Browse files Browse the repository at this point in the history
Remove unnecessary yarn install command in GH action
  • Loading branch information
swyxio authored Dec 4, 2019
2 parents c5f65bc + 3148138 commit c44bd41
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
with:
node-version: ${{ matrix.node }}

- name: Install yarn package manager
run: npm install -g yarn

- name: Install deps and build
run: yarn install --frozen-lockfile

Expand Down

0 comments on commit c44bd41

Please sign in to comment.