We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd00a4 commit ffeab27Copy full SHA for ffeab27
install-dependencies/action.yaml
@@ -73,16 +73,3 @@ runs:
73
run: npm ci
74
env:
75
NPM_AUTH_TOKEN: ${{ inputs.npm-auth-token }}
76
- - name: Cache node_modules
77
- if: inputs.s3-bucket-name != '' && steps.read_cache.outputs.cache-hit != 'true'
78
- uses: everpcpc/actions-cache@v2
79
- id: write_cache
80
- with:
81
- bucket: ${{ inputs.s3-bucket-name }}
82
- use-fallback: false
83
- path: node_modules
84
- key: ${{ env.cache-name }}-${{ steps.lockfile_hash.outputs.hash }}
85
- restore-keys: ${{ env.cache-name }}-
86
- env:
87
- AWS_REGION: ${{ inputs.s3-bucket-region }}
88
- cache-name: ${{ github.event.repository.name }}/cache-node-modules
0 commit comments