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 Bytes
Loading
265 Bytes
Loading
184 Bytes
Loading
2.12 KB
Loading
-1 Bytes
Loading
104 Bytes
Loading
152 Bytes
Loading

0 commit comments

Comments
 (0)