chore(ci): use node 14.x

This commit is contained in:
Daniel Sogl
2020-11-05 13:26:23 +01:00
committed by GitHub
parent f04f1f479f
commit 5fc4ceada4
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
node-version: [12.x]
node-version: [14.x]
steps:
- uses: actions/checkout@v1