Add Node.js 18 to test matrix

This commit is contained in:
Christian Georgi
2023-04-11 15:23:52 +02:00
committed by Christian Georgi
parent 3140806c12
commit 59a200a6fe

View File

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