Browse Source

Update build.yml

Eugene Pankov 4 years ago
parent
commit
2ca93fdb98
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .github/workflows/build.yml

+ 4 - 4
.github/workflows/build.yml

@@ -13,7 +13,7 @@ jobs:
     - name: Installing Node
       uses: actions/[email protected]
       with:
-        node-version: 14
+        node-version: 16
 
     - name: Install deps
       run: |
@@ -48,7 +48,7 @@ jobs:
     - name: Installing Node
       uses: actions/[email protected]
       with:
-        node-version: 14
+        node-version: 16
 
     - name: Install deps
       run: |
@@ -141,7 +141,7 @@ jobs:
     - name: Install Node
       uses: actions/[email protected]
       with:
-        node-version: 14
+        node-version: 16
 
     - name: Install deps
       run: |
@@ -255,7 +255,7 @@ jobs:
     - name: Installing Node
       uses: actions/[email protected]
       with:
-        node-version: 14
+        node-version: 16
 
     - name: Build
       shell: powershell