Skip to content

Commit

Permalink
Add node.js v20 to test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
blu3mania committed Oct 31, 2023
1 parent 9740d41 commit 64ac31f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-and-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest]
node: [10, 12, 14, 16, 18]
node: [10, 12, 14, 16, 18, 20]
exclude:
- os: macOS-latest
node: 16
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
node: [16, 18]
node: [16, 18, 20]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 64ac31f

Please sign in to comment.