We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6a627 commit 183f4e9Copy full SHA for 183f4e9
1 file changed
.github/workflows/release.yml
@@ -24,12 +24,8 @@ jobs:
24
- name: Cache node modules
25
uses: actions/cache@v4
26
with:
27
- path: ~/.npm
28
- key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('package-lock.json') }}
29
- restore-keys: |
30
- ${{ runner.os }}-build-${{ env.cache-name }}-
31
- ${{ runner.os }}-build-
32
- ${{ runner.os }}-
+ path: node_modules
+ key: ${{ hashFiles('package-lock.json') }}
33
34
- name: Checkout code
35
uses: actions/checkout@v4
0 commit comments