Try with other node 12 version

This commit is contained in:
Christian Georgi
2020-05-14 21:43:41 +02:00
committed by Christian Georgi
parent 6367081e9d
commit 0a552b4346

View File

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