Update ci.yml

Update node versions
This commit is contained in:
Wesley Wigham
2022-04-08 11:14:11 -07:00
committed by GitHub
parent 8e447462a6
commit a33e7acfc8

View File

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