Skip to content

Commit

Permalink
dont test for node 10, 11, 12, 13 (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
philihp authored May 18, 2022
1 parent b71543c commit a02c628
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ jobs:
strategy:
matrix:
node-version:
- 10.x # deprecated
- 11.x # deprecated
- 12.x # maintainence ends 2022-04-30
- 13.x # deprecated
- 14.x # maintainence ends 2023-04-30
- 15.x # deprecated
- 16.x
- 16.x # maintainence ends 2024-04-30
- 17.x # maintainence ends 2022-06-01
- 18.x # maintainence ends 2025-04-30
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit a02c628

Please sign in to comment.