ci: add Node.js 20 in the test matrix

Reference: https://github.com/nodejs/Release
This commit is contained in:
Damien Arrachequesne
2023-06-19 08:16:23 +02:00
parent 164ba2a11e
commit 887396dbc2

View File

@@ -16,7 +16,9 @@ jobs:
strategy:
matrix:
node-version: [14, 16]
node-version:
- 12
- 20
steps:
- name: Checkout repository