Skip to content
Snippets Groups Projects
Commit 20c14b46 authored by Justin Coyne's avatar Justin Coyne Committed by Chris Beer
Browse files

Drop node 14.x from the test matrix

It is no longer receiving active support and security support ends in April 2023
https://endoflife.date/nodejs
parent 2b3a0dca
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 19.x]
node-version: [16.x, 18.x, 19.x]
steps:
- uses: actions/checkout@v3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment