Skip to content

Commit 59f615a

Browse files
authored
Merge pull request #278 from pure-js/pure-js-patch-1
ci: update lighthouse workflow
2 parents f693f26 + 6210897 commit 59f615a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ jobs:
44
lighthouseci:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v2
8-
- uses: actions/setup-node@v2
7+
- uses: actions/checkout@v3
8+
- uses: actions/setup-node@v3
99
with:
10-
node-version: '15'
11-
- run: npm ci && npm install -g @lhci/cli@0.7.x
10+
node-version: '16'
11+
- run: npm ci && npm install -g @lhci/cli@0.9.x
1212
- run: npm run build
1313
- run: lhci autorun
1414
env:

0 commit comments

Comments
 (0)