diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 6b3284d..7be93d8 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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 @@ -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 @@ -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 @@ -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