Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
chore: drop support for Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Jul 8, 2024
1 parent 0e1a6fe commit 3c1edaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
node: ['20', '18', '16', '14', '12']
node: ['20', '18', '16']
name: Node ${{ matrix.node }} on ${{ matrix.platform }}
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit 3c1edaa

Please sign in to comment.