Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build: update npm
  • Loading branch information
kellyjosephprice committed Dec 6, 2021
commit 950e147d8b06a89de757dc7a3eaab77907b5cebc
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