diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index af718896..321573da 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,6 +32,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: '14' + cache: 'yarn' - name: Install node modules run: | npm i -g yarn @@ -62,6 +63,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: '14' + cache: 'yarn' - name: Install node modules run: | npm i -g yarn diff --git a/.github/workflows/retrospring.yml b/.github/workflows/retrospring.yml index 73d1a0f9..d22a2768 100644 --- a/.github/workflows/retrospring.yml +++ b/.github/workflows/retrospring.yml @@ -52,6 +52,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: '14' + cache: 'yarn' - name: Copy default configuration run: | cp config/database.yml.postgres config/database.yml