Compare commits

...
This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.

1 Commits

Author SHA1 Message Date
Randall
ea30b6b38e
Stop testing on Node v16, start testing on Node v21 2023-10-17 18:58:41 -04:00

@ -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