diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be11c2b6d..d3edeaa94 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - name: Cache node_modules + - name: Cache yarn cache uses: actions/cache@v2 id: yarn-cache with: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8553e19fd..124bc2fa9 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -28,7 +28,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - name: Cache node_modules + - name: Cache yarn cache uses: actions/cache@v2 id: yarn-cache with: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5617197c3..c352797c4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -22,7 +22,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - name: Cache node_modules + - name: Cache yarn cache uses: actions/cache@v2 id: yarn-cache with: @@ -50,7 +50,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - name: Cache node_modules + - name: Cache yarn cache uses: actions/cache@v2 id: yarn-cache with: