Skip to content

Commit 442cfa2

Browse files
authored
chore: bump to lighthouse@10 (#80)
1 parent 36094be commit 442cfa2

File tree

5 files changed

+169
-191
lines changed

5 files changed

+169
-191
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
test:
44
docker:
5-
- image: circleci/node:14
5+
- image: circleci/node:16
66
steps:
77
- checkout
88
- run: npm install

.github/workflows/foo-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Setup Node
1010
uses: actions/setup-node@v1
1111
with:
12-
node-version: "14.x"
12+
node-version: "16.x"
1313
- run: npm install
1414
- run: npm run build
1515
- name: Run Lighthouse Check

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Setup Node
1010
uses: actions/setup-node@v1
1111
with:
12-
node-version: "14.x"
12+
node-version: "16.x"
1313
- run: npm install
1414
- run: npm run build
1515
- name: Run Lighthouse Check

0 commit comments

Comments
 (0)