We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a07f371 commit 4f15215Copy full SHA for 4f15215
1 file changed
.github/workflows/pr-health-check.yml
@@ -27,6 +27,9 @@ jobs:
27
uses: actions/setup-node@v4
28
with:
29
node-version: 20
30
+
31
+ - name: Update npm to latest
32
+ run: npm install -g npm@latest
33
34
- name: Install dependencies
35
run: npm ci
0 commit comments