Skip to content

Commit a950752

Browse files
committed
[PETOSS-829] gha fixes
1 parent 4f15215 commit a950752

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/pr-health-check.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
uses: actions/setup-node@v4
2828
with:
2929
node-version: 20
30-
31-
- name: Update npm to latest
32-
run: npm install -g npm@latest
30+
cache: 'npm'
3331

3432
- name: Install dependencies
3533
run: npm ci

0 commit comments

Comments
 (0)