ci: Drop support for Node.js 14 (#5835)

Node.js 14 goes EOL on 2023-04-30, and support for it should be dropped.
https://github.com/nodejs/Release#release-schedule
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-03-30 12:23:39 +02:00
committed by GitHub
parent dc7e8c64e7
commit 9e9003bf13
5 changed files with 19 additions and 17 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v3