fix(ci): update node version matrix

This commit is contained in:
Namkhai B. 2025-04-29 17:07:43 -06:00
parent 3a9edaf97c
commit 47c1290d71
No known key found for this signature in database
GPG Key ID: 87920A3B2A811186

View File

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