Skip to content

Commit ced999a

Browse files
committed
workaround for legacy-mocha-tests on node 14
1 parent 24ddf2e commit ced999a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
node-version: ${{ matrix.node-version }}
141141
cache: pnpm
142142
- run: pnpm install --frozen-lockfile
143+
- run: npm i -g npm@8
143144
- run: pnpm --filter ember-cli-fastboot pretest:precook
144145
- run: pnpm --filter ember-cli-fastboot test:mocha
145146

0 commit comments

Comments
 (0)