From: Eduardo San Martin Morote Date: Thu, 29 Jul 2021 12:09:22 +0000 (+0200) Subject: ci: better cache X-Git-Tag: v2.0.0-rc.1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17f06e9b2084f554b602dfe6d1d573c13ea25628;p=thirdparty%2Fvuejs%2Fpinia.git ci: better cache --- diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27fe578d..abf10101 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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