ci!: Drop support for Node.js 16. Add initial support for Node.js 20 (#6649)

We need to drop node 16 support, [as support for it is ends much earlier now, due to support for openssl 1.1.1 ending](https://nodejs.org/en/blog/announcements/nodejs16-eol).

`0.236.x` releases will continue to support Node.js 16 for another two months, and `1.x.x` releases will only support Node.js 18 for now.
This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-07-12 15:03:23 +02:00
committed by GitHub
parent e5620ab1e4
commit b701dcb8ef
10 changed files with 26 additions and 57 deletions

View File

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