Skip to content

Commit

Permalink
javascript: Remove non LTS versions from test matrix
Browse files Browse the repository at this point in the history
Don't waste CI resources
  • Loading branch information
mpkorstanje committed Dec 17, 2022
1 parent 6fdba07 commit d3c2992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['12', '14', '16', '17', '18']
node: ['14', '16', '18']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d3c2992

Please sign in to comment.