Stop testing on Node v16, start testing on Node v21

This commit is contained in:
Randall 2023-10-17 18:58:41 -04:00
parent 571b65cdd2
commit 51e15ad046

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