We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b6c50 commit 528f361Copy full SHA for 528f361
.github/workflows/code_health.yaml
@@ -17,7 +17,8 @@ jobs:
17
- uses: actions/setup-node@v4
18
with:
19
node-version-file: package.json
20
- - name: install dependencies
+ cache: "npm"
21
+ - name: Install dependencies
22
run: |
23
npm ci
24
- name: build
@@ -47,7 +48,8 @@ jobs:
47
48
49
50
51
52
53
54
55
- run: |
@@ -76,7 +78,8 @@ jobs:
76
78
77
79
80
81
82
83
84
85
0 commit comments