Skip to content

Commit

Permalink
feat(ci): enable pnpm caching in CI (FlowiseAI#2530)
Browse files Browse the repository at this point in the history
  • Loading branch information
SauravMaheshkar authored Jun 4, 2024
1 parent 7eb9341 commit 55f52c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
check-latest: false
cache: 'pnpm'
- run: npm i -g pnpm
- run: pnpm install
- run: ./node_modules/.bin/cypress install
Expand Down

0 comments on commit 55f52c4

Please sign in to comment.