From fddeb8d6bfafb2dfdaee5dcd853ba48bb11d3c8a Mon Sep 17 00:00:00 2001 From: midudev Date: Sun, 8 Aug 2021 22:04:13 +0200 Subject: [PATCH] Add cache to setup node --- .github/workflows/pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) 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