Skip to content

Commit

Permalink
Update node in CI to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
hieu-w committed Jan 16, 2025
1 parent 39fa33c commit d685dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: run tests
strategy:
matrix:
node: ["20.x"]
node: ["22.x"]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: run tests
strategy:
matrix:
node: ["20.x"]
node: ["22.x"]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d685dd3

Please sign in to comment.