mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 03:01:10 +03:00
Pin the pnpm version
This commit is contained in:
committed by
GitHub
parent
fec087c54d
commit
5b0941e7d3
@@ -27,7 +27,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
check-latest: false
|
check-latest: false
|
||||||
- run: npm i -g pnpm
|
- run: npm i -g pnpm@8.14.0
|
||||||
- run: pnpm install
|
- run: pnpm install
|
||||||
- run: ./node_modules/.bin/cypress install
|
- run: ./node_modules/.bin/cypress install
|
||||||
- run: pnpm lint
|
- run: pnpm lint
|
||||||
|
|||||||
Reference in New Issue
Block a user