Remove caching

pull/375/head
Konrad Pabjan 2023-01-04 21:00:46 +00:00
parent be5b3c3925
commit ee34b2508a
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
- name: Install dependencies
run: npm ci