Skip to content

Commit

Permalink
Add cache to setup node
Browse files Browse the repository at this point in the history
  • Loading branch information
midudev committed Aug 8, 2021
1 parent f725ebe commit fddeb8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
cache: 'npm'
node-version: '14'
- name: Install dependencies
run: npm ci
Expand All @@ -39,6 +40,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
cache: 'npm'
node-version: '14'
- name: Install dependencies
run: npm ci
Expand All @@ -58,6 +60,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
cache: 'npm'
node-version: '14'
- name: Install dependencies
run: npm ci
Expand All @@ -77,6 +80,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v2
with:
cache: 'npm'
node-version: '14'
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit fddeb8d

Please sign in to comment.