Skip to content

Commit

Permalink
Use newer NodeJS for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iamawatermelo authored Sep 7, 2024
1 parent 7b3dd8d commit cdba74c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
name: Lighthouse
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20
- name: npm install, build
run: |
npm install
Expand Down

0 comments on commit cdba74c

Please sign in to comment.