We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
restore-keys
node_modules
1 parent 90795ed commit b453088Copy full SHA for b453088
.github/actions/setup-workspace/action.yml
@@ -20,8 +20,6 @@ runs:
20
with:
21
path: '**/node_modules'
22
key: ${{ inputs.os }}-${{ inputs.node }}-build-${{ hashFiles('**/package-lock.json') }}
23
- restore-keys: |
24
- ${{ inputs.os }}-${{ inputs.node }}-build
25
26
- name: Setup Node version ⚙️
27
uses: actions/setup-node@v4
0 commit comments