Skip to content

Commit

Permalink
Install missing npm packages for Github Actions workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
cplkake authored Dec 6, 2024
1 parent 6727dba commit 1620a7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lighthouse-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
node-version: 20
- run: npm install

# insert API interaction here

- name: Create lighthouserc.js using Node.js
run: node generate-lighthouserc.js
- name: Create lighthouserc.js using Node.js and install required packages
run: |
npm install -g fs axios tough-cookie axios-cookiejar-support
node generate-lighthouserc.js
- name: Install and run Lighthouse CI
run: |
Expand Down

0 comments on commit 1620a7d

Please sign in to comment.