fix: update workflow to include test for v20 of node

This commit is contained in:
Stevan Freeborn
2024-03-23 14:53:09 -05:00
parent 920d8bbdfd
commit 682eacf1ee
+1 -1
View File
@@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [14.x, 16.x, 18.x, 20.x]
fail-fast: false
steps:
- name: Check out repository