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

Lines changed: 4 additions & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy