Skip to content

Commit 623a505

Browse files
build: update packages (#374)
Updates a bunch of packages minor versions. The snapshot updates are from puppeteer, it looks text or line height is being calculated slightly differently. I don't think this will effect the outputted code.
1 parent 657bfa8 commit 623a505

16 files changed

+6694
-9004
lines changed

.github/workflows/bundlewatch.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
with:
1313
node-version: 14.x
1414

15+
- name: Update npm
16+
run: npm i -g npm@7
17+
1518
- name: Install dependencies
1619
run: npm ci
1720

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
with:
1717
node-version: ${{ matrix.node-version }}
1818

19+
- name: Update npm
20+
run: npm i -g npm@7
21+
1922
- name: Install dependencies
2023
run: |
2124
npm ci

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
uses: actions/setup-node@v2.4.0
2626
with:
2727
node-version: ${{ matrix.node-version }}
28+
29+
- name: Update npm
30+
run: npm i -g npm@7
31+
2832
- name: Install dependencies
2933
run: |
3034
npm ci

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy