Skip to content

Commit d318704

Browse files
ci(): add ci check to support previous versions of typescript
1 parent e682e07 commit d318704

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
- run:
5353
name: E2E tests (mercurius)
5454
command: yarn test:e2e:mercurius
55+
- run:
56+
name: CLI Plugin & TypeScript <= v4.7 compatibility test
57+
command: yarn add -D -W [email protected] && cd packages/graphql && yarn test:e2e .visitor.spec.ts
5558

5659
workflows:
5760
version: 2

0 commit comments

Comments
 (0)