From: Eduardo San Martin Morote Date: Mon, 29 Mar 2021 12:01:30 +0000 (+0200) Subject: ci: use yarn X-Git-Tag: v2.0.0-alpha.8~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1e9553cc34a9654515711bba578bcc547297f44;p=thirdparty%2Fvuejs%2Fpinia.git ci: use yarn --- 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