We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f15215 commit a950752Copy full SHA for a950752
1 file changed
.github/workflows/pr-health-check.yml
@@ -27,9 +27,7 @@ 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
+ cache: 'npm'
33
34
- name: Install dependencies
35
run: npm ci
0 commit comments