fix(workflow): disable npm cache

This commit is contained in:
Ax333l 2023-01-07 23:19:25 +01:00 committed by GitHub
parent 2fb3afd6e2
commit 3c0a58359d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "latest"
cache: 'npm'
- name: Setup Rust toolchain
id: rust-toolchain