Skip to content

Commit

Permalink
Use Node 22 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Heliozoa committed Oct 30, 2024
1 parent f3f923c commit ec04c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
CI: true
strategy:
matrix:
node-version: [18.x]
node-version: [22.x]
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit ec04c13

Please sign in to comment.