Skip to content

Commit

Permalink
Merge pull request #278 from pure-js/pure-js-patch-1
Browse files Browse the repository at this point in the history
ci: update lighthouse workflow
  • Loading branch information
pure-js authored May 29, 2022
2 parents f693f26 + 6210897 commit 59f615a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ jobs:
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '15'
- run: npm ci && npm install -g @lhci/cli@0.7.x
node-version: '16'
- run: npm ci && npm install -g @lhci/cli@0.9.x
- run: npm run build
- run: lhci autorun
env:
Expand Down

0 comments on commit 59f615a

Please sign in to comment.