Add node v20 to the node version matrix in CI

This commit is contained in:
Bjorn Stromberg 2023-06-04 09:59:28 +08:00
parent 61a437eba3
commit 5c9fb20918

View file

@ -10,6 +10,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
node-version: node-version:
- 20
- 18 - 18
- 16 - 16
- 14 - 14