Skip to content

Commit

Permalink
use node 22 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Jan 15, 2025
1 parent b64ac51 commit 9d96310
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
node: ["20.x"]
node: ["22.x"]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -35,4 +35,3 @@ jobs:

- name: Test
run: npx playwright install && npm run test

0 comments on commit 9d96310

Please sign in to comment.