Skip to content

Commit

Permalink
chore: update circle ci yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelii committed May 20, 2024
1 parent 7f0fe17 commit 8755487
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
- run:
name: install dependencies
command: pnpm install --ignore-scripts
# pnpm version
- run:
name: Install pnpm package manager
command: |
corepack enable
corepack prepare [email protected] --activate
# save any changes to the cache
- save_cache:
key: npm-dependencies-{{ checksum "pnpm-lock.yaml" }}
Expand All @@ -28,4 +34,8 @@ workflows:

ci:
jobs:
- main
- main:
filters:
branches:
only:
- main

0 comments on commit 8755487

Please sign in to comment.