Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/stylelint-config-twbs-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-07-18 07:01:25 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-07-18 07:02:58 +0300
commit57d3bee0c365f1f8f2607a333843ea242bc8ae49 (patch)
treed2dfc208f951011b4888e041ed7ac77ac6c2b305
parent6ca0b2ebf2e80bae9dfee88b49b28f685420efb7 (diff)
CI: cache npm packages
-rw-r--r--.github/workflows/test.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index bacd1a3..3863984 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -29,6 +29,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
+ cache: npm
- name: Install npm dependencies
run: npm ci