summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOscar Dominguez <dominguez.celada@gmail.com>2021-07-06 19:40:09 +0200
committerGitHub <noreply@github.com>2021-07-06 13:40:09 -0400
commit6f024f5be53d348b17a5da2c3e9c32c37013efd7 (patch)
treec9fda80a033b594d2dfb612c4e2cf171230a961c
parentd0d821ad85a07ca48ba2e03b39493ac92b36e30f (diff)
downloadpython-markdown-6f024f5be53d348b17a5da2c3e9c32c37013efd7.tar.gz
add cache to workflows using actions/setup-node
-rw-r--r--.github/workflows/tox.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml
index cd1ffb5..4b4ef3c 100644
--- a/.github/workflows/tox.yml
+++ b/.github/workflows/tox.yml
@@ -81,9 +81,10 @@ jobs:
python-version: 3.7
- name: Setup Node
if: ${{ matrix.tox-env == 'checklinks' }}
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
with:
node-version: '10'
+ cache: npm
- name: Install dependencies
run: |
python -m pip install --upgrade pip tox