Remove Node.js 14.x from CI

This commit is contained in:
Romein van Buren 2024-07-29 16:29:47 +02:00
parent 7cc88995f6
commit 83f56649b7
No known key found for this signature in database

View File

@ -9,10 +9,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v4