Skip to content

Commit 8755487

Browse files
committed
chore: update circle ci yaml
1 parent 7f0fe17 commit 8755487

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.circleci/config.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
- run:
1515
name: install dependencies
1616
command: pnpm install --ignore-scripts
17+
# pnpm version
18+
- run:
19+
name: Install pnpm package manager
20+
command: |
21+
corepack enable
22+
corepack prepare pnpm@8.8 --activate
1723
# save any changes to the cache
1824
- save_cache:
1925
key: npm-dependencies-{{ checksum "pnpm-lock.yaml" }}
@@ -28,4 +34,8 @@ workflows:
2834

2935
ci:
3036
jobs:
31-
- main
37+
- main:
38+
filters:
39+
branches:
40+
only:
41+
- main

0 commit comments

Comments
 (0)