diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00f61b4..c20bd50 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,8 @@ jobs: - name: Setup node uses: actions/setup-node@v3 + with: + cache: "npm" - name: Install dependencies run: npm ci diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 9aaa357..18e8564 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,6 +14,8 @@ jobs: - name: Setup node uses: actions/setup-node@v3 + with: + cache: "npm" - name: Install dependencies run: npm ci