Skip to content

Commit

Permalink
use node-provided npm
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Oct 19, 2023
1 parent c0088de commit 6c1aa57
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
with:
node-version: 18.x
cache: npm
- run: npm i -g npm@8
- run: npm ci
- run: npx percy exec -- npm run test:docs

Expand All @@ -38,7 +37,6 @@ jobs:
with:
node-version: 18.x
cache: npm
- run: npm i -g npm@8
- run: npm ci
- run: npm run lint
- run: npx percy exec -- npm run test
Expand All @@ -53,7 +51,6 @@ jobs:
with:
node-version: 18.x
cache: npm
- run: npm i -g npm@8
- run: npm install --no-shrinkwrap
- run: npm run test:ember

Expand Down Expand Up @@ -84,7 +81,6 @@ jobs:
with:
node-version: 18.x
cache: npm
- run: npm i -g npm@8
- run: npm ci
- name: Run Tests
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }}
Expand All @@ -109,7 +105,6 @@ jobs:
with:
node-version: 18.x
cache: npm
- run: npm i -g npm@8
- run: npm ci
- name: Run Tests
id: tests
Expand Down

0 comments on commit 6c1aa57

Please sign in to comment.