Skip to content

Commit

Permalink
Breaking: Drop Node 14 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lolmaus committed Aug 3, 2023
1 parent fd17ebe commit cb5802d
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 @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
node: ['14', '16', '18']
node: ['16', '18']
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit cb5802d

Please sign in to comment.