From af08b6ecbc63c24c256d03cd02728dcdaad6408d Mon Sep 17 00:00:00 2001 From: Matteo Vivona Date: Sat, 15 Feb 2020 11:55:04 +0100 Subject: [PATCH] build(build): adds github ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5262784..8942bde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,9 +49,9 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} + - run: npm install -g yarn - name: Install with yarn run: | - curl -o- -L https://yarnpkg.com/install.sh | bash yarn install - name: Lint code run: |