Add node v14

This commit is contained in:
Bjorn Stromberg
2020-05-05 11:33:35 +09:00
parent 6adb515f32
commit e4d7e16da8
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2