Skip to content

Commit

Permalink
chore(ci): upgrade node version in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Oct 18, 2023
1 parent 29654f7 commit fa2edf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [16, 18]
node: [18, 20]

steps:
- name: Checkout sources
Expand Down

0 comments on commit fa2edf1

Please sign in to comment.