chore: adds back 14.x

This commit is contained in:
James
2023-02-28 09:47:46 -05:00
parent 8caedb19dd
commit f64b2b1321

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2