Skip to content

Commit

Permalink
chore(ci): drop Node v16 from test matrix, add Node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Sep 12, 2023
1 parent 2f08a79 commit e2e88d4
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 @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [16, 18]
node: [18, 20]
experimental: [false]
# include:
# - os: windows-latest
Expand Down

0 comments on commit e2e88d4

Please sign in to comment.