Skip to content

Commit

Permalink
remove support for node 12/13
Browse files Browse the repository at this point in the history
  • Loading branch information
philihp committed Aug 30, 2022
1 parent 3c971ac commit c471478
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/npmtest.yml
Expand Up @@ -11,13 +11,11 @@ jobs:
strategy:
matrix:
node-version:
- 12.x
- 13.x
- 14.x
- 15.x
- 16.x
- 17.x
- 18.x
- 14.x # will be removed after 2023-04-30
- 15.x # deprecated
- 16.x # will be removed after 2024-04-30
- 17.x # deprecated
- 18.x # will be removed after 2025-04-30
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit c471478

Please sign in to comment.