fix: remove cache due pnpm incompatibility

This commit is contained in:
Bart van der Braak 2023-10-01 21:12:37 +02:00 committed by GitHub
parent c7df9c0d7d
commit ee7df984df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,6 @@ jobs:
uses: actions/setup-node@v3.8.1 uses: actions/setup-node@v3.8.1
with: with:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: npm
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci