Upgrade to node v14
authorAlessandro Pio Ardizio <alessandroardizio94@gmail.com>
Fri, 24 Apr 2020 20:47:36 +0000 (22:47 +0200)
committerGitHub <noreply@github.com>
Fri, 24 Apr 2020 20:47:36 +0000 (22:47 +0200)
.github/workflows/main.yml

index bbe2d690451c1531a7ff7989bd81075f8e8df343..7469978eecdeb7dd9c6f67de37d62b8c23666e64 100644 (file)
@@ -9,7 +9,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [12.x, 13.x]
+        node-version: [12.x, 14.x]
 
     steps:
     - uses: actions/checkout@v1