Skip to content

Commit

Permalink
Drop Node LTS from test matrix
Browse files Browse the repository at this point in the history
No point to this. This is a frontend library.
  • Loading branch information
stefcameron authored Jan 8, 2025
1 parent 3b7c5c9 commit 47afaff
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 @@ -14,7 +14,7 @@ jobs:
CI: true
strategy:
matrix:
node-version: ['latest', 'lts']
node-version: ['latest']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 47afaff

Please sign in to comment.