drop node 12

This commit is contained in:
lovasoa 2023-10-23 11:40:02 +02:00
parent 5e19d46bcc
commit 4428e5393d
No known key found for this signature in database
GPG key ID: AC8DB8E033B44AB8

View file

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