Skip to content

Commit fea8adb

Browse files
committed
Remove yarn constraints check from CI
1 parent bb73309 commit fea8adb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
node-version: 22
2424
cache: yarn
2525

26-
- name: Validate Constraints
27-
run: yarn constraints
28-
2926
- name: Install dependencies
3027
run: yarn install --immutable
3128

@@ -51,4 +48,4 @@ jobs:
5148
run: yarn eslint devserver
5249

5350
- name: Test Dev Server
54-
run: yarn test:devserver
51+
run: yarn test:devserver

0 commit comments

Comments
 (0)