Skip to content

Commit 6c1aa57

Browse files
committed
use node-provided npm
1 parent c0088de commit 6c1aa57

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
with:
2424
node-version: 18.x
2525
cache: npm
26-
- run: npm i -g npm@8
2726
- run: npm ci
2827
- run: npx percy exec -- npm run test:docs
2928

@@ -38,7 +37,6 @@ jobs:
3837
with:
3938
node-version: 18.x
4039
cache: npm
41-
- run: npm i -g npm@8
4240
- run: npm ci
4341
- run: npm run lint
4442
- run: npx percy exec -- npm run test
@@ -53,7 +51,6 @@ jobs:
5351
with:
5452
node-version: 18.x
5553
cache: npm
56-
- run: npm i -g npm@8
5754
- run: npm install --no-shrinkwrap
5855
- run: npm run test:ember
5956

@@ -84,7 +81,6 @@ jobs:
8481
with:
8582
node-version: 18.x
8683
cache: npm
87-
- run: npm i -g npm@8
8884
- run: npm ci
8985
- name: Run Tests
9086
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }}
@@ -109,7 +105,6 @@ jobs:
109105
with:
110106
node-version: 18.x
111107
cache: npm
112-
- run: npm i -g npm@8
113108
- run: npm ci
114109
- name: Run Tests
115110
id: tests

0 commit comments

Comments
 (0)