ci: add Node.js 20 in the test matrix

This commit is contained in:
Damien Arrachequesne
2023-07-09 09:59:47 +02:00
parent 683720a67d
commit 56a53bceb9

View File

@@ -14,8 +14,8 @@ jobs:
strategy:
matrix:
node-version:
- 14
- 18
- 12
- 20
steps:
- name: Checkout repository