Skip to content

Commit 95c711e

Browse files
committed
Cache npm dependencies with setup node
1 parent 6c39920 commit 95c711e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/coder.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -165,18 +165,20 @@ jobs:
165165
-covermode=atomic -coverprofile="gotests.coverage" -timeout=3m
166166
-count=1 -race -parallel=2
167167

168-
- uses: actions/setup-node@v2
168+
- name: Setup Node for DataDog CLI
169+
uses: actions/setup-node@v2
169170
if: always() && github.actor != 'dependabot[bot]'
170171
with:
171172
node-version: "14"
172173

173-
- name: Cache DataDog CI
174+
- name: Cache DataDog CLI
174175
if: always() && github.actor != 'dependabot[bot]'
175176
uses: actions/cache@v2
176177
with:
177178
path: |
178179
~/.npm
179180
%LocalAppData%\npm-cache
181+
C:\npm
180182
key: datadogci-
181183
restore-keys: datadogci-
182184

0 commit comments

Comments
 (0)