Skip to content

Commit ed331c5

Browse files
fix:broaden hashing
1 parent cc57a44 commit ed331c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
node-version: '22.x'
3636

3737
- name: Install Dependencies
38-
run: npm install
38+
run: npm ci
3939

4040
- name: Count number of lines
4141
run: |
@@ -561,7 +561,7 @@ jobs:
561561
uses: actions/cache@v4
562562
with:
563563
path: ~/.npm
564-
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }}
564+
key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json', 'package.json') }}
565565
- name: Install Dependencies
566566
run: npm ci
567567

0 commit comments

Comments
 (0)