Skip to content

Commit

Permalink
force use of npm@7
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Oct 14, 2021
1 parent e28a8a4 commit 889f27f
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: 10.x

- run: npm i -g npm@7
- 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: 10.x

- run: npm i -g npm@7
- run: npm ci
- run: npm test

Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 10.x

- run: npm i -g npm@7
- run: npm install --no-package-lock
- run: npm test

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 10.x

- run: npm i -g npm@7
- run: npm ci

- name: test
Expand Down

0 comments on commit 889f27f

Please sign in to comment.