Drop node v14 support (#3085)

node v14 will have reached end-of-life by the next release.

From April 18th we can use node v20 instead of v19 for testing.
This commit is contained in:
Kristjan ESPERANTO
2023-04-07 19:24:27 +02:00
committed by GitHub
parent b7eb21e48f
commit 0d3ad9812c
6 changed files with 6 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 19.x]
steps:
- name: "Checkout code"
uses: actions/checkout@v3