From d1e9553cc34a9654515711bba578bcc547297f44 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 29 Mar 2021 14:01:30 +0200 Subject: [PATCH] ci: use yarn --- .github/workflows/test.yml | 4 ++-- circle.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 23a68b5d..6c455990 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,5 +13,5 @@ jobs: steps: - uses: actions/checkout@v2 - uses: bahmutov/npm-install@v1 - - run: npm run test - - run: npm run codecov + - run: yarn run test + - run: yarn codecov diff --git a/circle.yml b/circle.yml index 95f50401..9247c41a 100644 --- a/circle.yml +++ b/circle.yml @@ -3,7 +3,7 @@ version: 2 jobs: build: docker: - - image: circleci/node:12 + - image: circleci/node:14 working_directory: ~/repo -- 2.47.3