Skip to content

Commit

Permalink
#5 changed node version
Browse files Browse the repository at this point in the history
  • Loading branch information
RossellaFer committed Apr 23, 2024
1 parent 9883d14 commit 04e02eb
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/lighthouse-ci.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
name: CI
on: [push]
jobs:
lhci:
name: Lighthouse
lighthouseci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
- uses: actions/setup-node@v3
with:
node-version: 16.x
- name: npm install, build
run: |
npm install
npm run build
- name: run Lighthouse CI
run: |
npm install -g @lhci/[email protected]
lhci autorun
node-version: 18
- run: npm install && npm install -g @lhci/[email protected]
- run: npm run build
- run: lhci autorun

0 comments on commit 04e02eb

Please sign in to comment.