Skip to content

Commit 4f15215

Browse files
committed
[PETOSS-829] use latest version of npm
1 parent a07f371 commit 4f15215

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ 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
3033

3134
- name: Install dependencies
3235
run: npm ci

0 commit comments

Comments
 (0)