Skip to content

Commit

Permalink
build: update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyjosephprice committed Dec 6, 2021
1 parent a98335a commit 950e147
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bundlewatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/[email protected]
with:
node-version: 14.x
run: npm i -g npm@7

- name: Install dependencies
run: npm ci
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
run: npm i -g npm@7

- name: Install dependencies
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
run: npm i -g npm@7

- name: Install dependencies
run: |
npm ci
Expand Down

0 comments on commit 950e147

Please sign in to comment.