Skip to content

Commit

Permalink
add cache to workflows using actions/setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
oscard0m authored Jul 6, 2021
1 parent d0d821a commit 6f024f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f024f5

Please sign in to comment.