Skip to content

Commit ecce228

Browse files
committed
ci: try to enable legacy peer deps
1 parent 6864123 commit ecce228

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/tests.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,13 @@ jobs:
5454
meteor-release: ${{ matrix.meteorRelease }}
5555

5656
- name: Install test dependencies
57-
run: npm ci
57+
run: |
58+
meteor --version
59+
meteor npm -v
60+
npm -v
61+
meteor npm config set legacy-peer-deps true
62+
meteor npm cache clean --force
63+
npm ci
5864
5965
6066
- name: Run tests

0 commit comments

Comments
 (0)