mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
feat(ci): enable pnpm caching in CI (#2530)
This commit is contained in:
@@ -27,6 +27,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
check-latest: false
|
check-latest: false
|
||||||
|
cache: 'pnpm'
|
||||||
- run: npm i -g pnpm
|
- run: npm i -g pnpm
|
||||||
- run: pnpm install
|
- run: pnpm install
|
||||||
- run: ./node_modules/.bin/cypress install
|
- run: ./node_modules/.bin/cypress install
|
||||||
|
|||||||
Reference in New Issue
Block a user