Skip to content

Commit

Permalink
update CI to use npm@8
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jun 8, 2022
1 parent 48b5872 commit f9d8279
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 12.x
- run: npm i -g npm@7
- run: npm i -g npm@8
- run: npm ci
- run: npm run lint:hbs
- run: npm run lint:js
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 12.x
- run: npm i -g npm@7
- run: npm i -g npm@8
- run: npm ci
- run: npm run test:ember

Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 12.x
- run: npm i -g npm@7
- run: npm i -g npm@8
- run: npm install --no-package-lock
- run: npm run test:ember

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 12.x
- run: npm i -g npm@7
- run: npm i -g npm@8
- run: npm ci

- name: test
Expand Down

0 comments on commit f9d8279

Please sign in to comment.