]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
ci: use yarn
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 29 Mar 2021 12:01:30 +0000 (14:01 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 29 Mar 2021 12:01:30 +0000 (14:01 +0200)
.github/workflows/test.yml
circle.yml

index 23a68b5dc6b46e347dc1ab04778f1bda55dcbf3a..6c4559904a97ed5083d58836d355aa01d6fdcaae 100644 (file)
@@ -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
index 95f50401de931574347871d00889ef02ed105acc..9247c41af935633bb94b74b6ef131688ac826168 100644 (file)
@@ -3,7 +3,7 @@ version: 2
 jobs:
   build:
     docker:
-      - image: circleci/node:12
+      - image: circleci/node:14
 
     working_directory: ~/repo