fix(actions): Revert update actions

This commit is contained in:
2023-09-08 23:45:30 -05:00
parent 598d2862f3
commit 6e7df4e107

View File

@@ -27,7 +27,6 @@ jobs:
with: with:
path: node_modules path: node_modules
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }} key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}
- name: Install Dependencies - name: Install Dependencies
if: steps.cache.outputs.cache-hit != 'true' if: steps.cache.outputs.cache-hit != 'true'
run: npm ci run: npm ci