Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
fix(build): remove yarn job
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Jul 2, 2020
1 parent 2a095c9 commit 46fb852
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,3 @@ jobs:
- name: Build
run: |
npm run build
yarn:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [12.x, 14.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- run: git config --global core.autocrlf false # this is needed to prevent git changing EOL after cloning on Windows OS
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Init yarn
run: |
npm install -g yarn
- name: Install with yarn
run: |
yarn install
- name: Build
run: |
yarn build

0 comments on commit 46fb852

Please # to comment.