chore(support): drop nodejs 10x, 12x support

This commit is contained in:
Todd Bluhm 2024-11-30 04:43:25 -09:00
parent 26f4dfb2f6
commit 7c53224b2c
No known key found for this signature in database
GPG Key ID: 9CF312607477B8AB
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 18.x, 20.x, 22.x]
node-version: [18.x, 20.x, 22.x]
steps:
- name: Checkout Project

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 18.x, 20.x, 22.x]
node-version: [18.x, 20.x, 22.x]
steps:
- name: Checkout Project