Fixed: Add Node version 12, 14 and 17 in action

This commit is contained in:
Martin Carlberg
2021-11-08 13:12:37 +01:00
committed by GitHub
parent 3b61b1c85d
commit 92beaba1d6
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
node-version: [12.x, 14.x, 16.x, 17.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: