Skip to content

Commit f6aa446

Browse files
committed
chore: update ci config
1 parent 74a89bf commit f6aa446

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
setup:
44
docker:
5-
- image: znck/pnpm:latest
5+
- image: gplane/pnpm:latest
66
steps:
77
- checkout
88
- restore_cache:
@@ -16,7 +16,7 @@ jobs:
1616
- node_modules
1717
test:
1818
docker:
19-
- image: znck/pnpm:latest
19+
- image: gplane/pnpm:latest
2020
steps:
2121
- checkout
2222
- restore_cache:

0 commit comments

Comments
 (0)