1
0
mirror of https://gitea.com/actions/upload-artifact.git synced 2025-05-11 10:16:44 +08:00

Remove new caching

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

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