Drop support for Node 16 and 17

This commit is contained in:
larabr
2024-06-26 12:01:10 +02:00
parent 7af16be62b
commit 8d11c5fd0f
5 changed files with 31 additions and 31 deletions

View File

@@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false # if tests for one version fail, continue with the rest
matrix:
node-version: [16.x, 18.x, '20.x']
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
name: Node ${{ matrix.node-version }}