remove cache

This commit is contained in:
Matthias 2021-12-02 11:28:30 +01:00
parent 0bf986c58b
commit fba80e1dea
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076
2 changed files with 0 additions and 2 deletions

View File

@ -29,7 +29,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
- run: npm install
- name: Setup Python
uses: actions/setup-python@v2

View File

@ -29,7 +29,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '16'
cache: 'npm'
- run: npm install
- name: Setup Python
uses: actions/setup-python@v2