diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 32e31c6..3d30413 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,6 +24,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: "16.x" + cache: "yarn" - name: Install npm dependencies run: yarn install @@ -55,6 +56,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: "16.x" + cache: "yarn" - name: Install npm dependencies run: yarn install