Skip to content

Commit

Permalink
Drop node14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvishnusankar committed Nov 16, 2022
1 parent f2f68a7 commit ab88f18
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 @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
node: ['17', '16', '14.18']
node: ['16', '17', '18', '19']
runs-on: ${{ matrix.platform }}
steps:
- name: Github Checkout
Expand Down

0 comments on commit ab88f18

Please sign in to comment.