Skip to content

Commit

Permalink
ci(.github): use latest node version (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Mar 9, 2025
1 parent 1fcc1fb commit e141cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
check-latest: true
node-version: lts/*
- name: Install dependencies
run: npm i
Expand Down

0 comments on commit e141cbe

Please sign in to comment.