mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
fix: remove cache due pnpm incompatibility
This commit is contained in:
parent
c7df9c0d7d
commit
ee7df984df
1 changed files with 0 additions and 1 deletions
1
.github/workflows/unlighthouse.yaml
vendored
1
.github/workflows/unlighthouse.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue