Skip to content

Commit

Permalink
Update node versions in GHA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OBrezhniev committed Apr 9, 2024
1 parent 741dd4b commit 4712452
Showing 1 changed file with 1 addition and 1 deletion.
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:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: ["12", "14", "16", "18"]
node-version: ["16", "18", "20"]

steps:
- name: Checkout project
Expand Down

0 comments on commit 4712452

Please sign in to comment.