Update github action CI/CD.

This commit is contained in:
Lucid Kobold
2023-05-05 11:40:04 -04:00
parent b10a6d8771
commit e469dfc54b

View File

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