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

github.com/twbs/rfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-07-26 16:14:21 +0300
committerGitHub <noreply@github.com>2021-07-26 16:14:21 +0300
commit88721487d01b11cf9a00024127c4e2732d1a77f6 (patch)
tree74333ba853842ce5123bca8a17257bf84dcf8fde
parent753d464177cd75129fb83d7952eb4ed4aee6c275 (diff)
CI: make use of `actions/setup-node` cache option (#411)
-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 62f2c4e..1729713 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -27,6 +27,7 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
+ cache: npm
- name: Install npm dependencies
run: npm ci