Skip to content

Commit

Permalink
Remove unnecessary yarn install command in GH action
Browse files Browse the repository at this point in the history
this command is breaking the windows build and based on [this](actions/setup-node@57adacb) doesnt seem to be necessary
  • Loading branch information
swyxio authored Dec 4, 2019
1 parent c5f65bc commit 3148138
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 3148138

Please sign in to comment.