We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ddf2e commit ced999aCopy full SHA for ced999a
1 file changed
.github/workflows/ci.yml
@@ -140,6 +140,7 @@ jobs:
140
node-version: ${{ matrix.node-version }}
141
cache: pnpm
142
- run: pnpm install --frozen-lockfile
143
+ - run: npm i -g npm@8
144
- run: pnpm --filter ember-cli-fastboot pretest:precook
145
- run: pnpm --filter ember-cli-fastboot test:mocha
146
0 commit comments