diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index c3caaa4..c2dcc67 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -19,7 +19,7 @@ jobs: with: node-version: 14 - name: Cache node modules - uses: c-hive/gha-npm-cache@v1 + uses: c-hive/gha-npm-cache@v1.0.2 - name: Install dependencies run: npm ci - name: Run lint command @@ -36,7 +36,7 @@ jobs: with: node-version: 14 - name: Cache node modules - uses: c-hive/gha-npm-cache@v1 + uses: c-hive/gha-npm-cache@v1.0.2 - name: Install dependencies run: npm ci - name: Run build command diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eea1f40..d2ea5cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: with: node-version: 14 - name: Cache node modules - uses: c-hive/gha-npm-cache@v1 + uses: c-hive/gha-npm-cache@v1.0.2 - name: Install dependencies run: npm ci - name: Run lint command @@ -34,7 +34,7 @@ jobs: with: node-version: 14 - name: Cache node modules - uses: c-hive/gha-npm-cache@v1 + uses: c-hive/gha-npm-cache@v1.0.2 - name: Install dependencies run: npm ci - name: Run build command