Remove new caching

This commit is contained in:
Konrad Pabjan 2023-01-04 21:38:26 +00:00
parent 4e9b3eabba
commit 74798f3937

View file

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