chore: Make Node v18 the minimum supported version

This commit is contained in:
Joachim Van Herwegen
2023-06-12 11:49:55 +02:00
parent 43be71e4a2
commit e0c1baeb43
8 changed files with 23 additions and 16 deletions

View File

@@ -23,10 +23,6 @@ jobs:
- ubuntu-latest
- windows-latest
node-version:
- '14.14'
- '14.x'
- '16.0'
- '16.x'
- '18.0'
- '18.x'
- '20.0'
@@ -60,8 +56,6 @@ jobs:
strategy:
matrix:
node-version:
- '14.x'
- '16.x'
- '18.x'
- '20.x'
env:
@@ -96,8 +90,6 @@ jobs:
strategy:
matrix:
node-version:
- '14.x'
- '16.x'
- '18.x'
- '20.x'
timeout-minutes: 20