1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-03 17:49:16 +02:00

Add Node 20.x to CI and remove 17.x.

This commit is contained in:
Jeff Schiller 2023-12-11 08:20:29 -08:00
parent 8e1f8b139a
commit 483f51ceeb

View file

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [17.x, 18.x, 19.x]
node-version: [18.x, 19.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: