Переглянути джерело

chore: increase publish workflow timeout and bump node to v14 (#1080)

Jacob Bolda 4 роки тому
батько
коміт
91c58ef393

+ 1 - 0
.changes/config.json

@@ -1,5 +1,6 @@
 {
   "gitSiteUrl": "https://www.github.com/tauri-apps/tauri/",
+  "timeout": 3600000,
   "pkgManagers": {
     "rust": {
       "version": true,

+ 1 - 1
.github/workflows/build-smoke-tests.yml

@@ -55,7 +55,7 @@ jobs:
       - name: setup node
         uses: actions/setup-node@v1
         with:
-          node-version: 12
+          node-version: 14
       - name: install rust stable
         uses: actions-rs/toolchain@v1
         with:

+ 2 - 1
.github/workflows/covector-version-or-publish.yml

@@ -8,6 +8,7 @@ on:
 jobs:
   version-or-publish:
     runs-on: ubuntu-latest
+    timeout-minutes: 65
     outputs:
       change: ${{ steps.covector.outputs.change }}
       commandRan: ${{ steps.covector.outputs.commandRan }}
@@ -19,7 +20,7 @@ jobs:
           fetch-depth: 0
       - uses: actions/setup-node@v1
         with:
-          node-version: 12
+          node-version: 14
           registry-url: 'https://registry.npmjs.org'
       - name: cargo login
         run: cargo login ${{ secrets.crate_token }}