Skip to content

Commit

Permalink
chore(ci): use latest node action
Browse files Browse the repository at this point in the history
  • Loading branch information
teomrd committed Nov 13, 2024
1 parent 3568b48 commit 6b4e294
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lighhouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
with:
deno-version: v2.x
- run: make build
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: npm install -g @lhci/cli@0.14.x
- run: lhci autorun
env:
Expand Down

0 comments on commit 6b4e294

Please sign in to comment.