]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
ci: better cache
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 29 Jul 2021 12:09:22 +0000 (14:09 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 29 Jul 2021 12:09:22 +0000 (14:09 +0200)
.github/workflows/test.yml

index 27fe578dfc554df12cf62aa442ef01be050bf6fb..abf10101e055e201acf1dd208b9f18f652574386 100644 (file)
@@ -11,6 +11,11 @@ jobs:
 
     steps:
       - uses: actions/checkout@v2
-      - uses: bahmutov/npm-install@v1
+      - uses: actions/setup-node@v2
+        with:
+          node-version: '14'
+          cache: 'yarn'
+
+      - run: yarn install --frozen-lockfile
       - run: yarn run test
       - run: yarn codecov