diff --git a/.changes/config.json b/.changes/config.json index d2b3eff56..5440e20c9 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -1,5 +1,6 @@ { "gitSiteUrl": "https://www.github.com/tauri-apps/tauri/", + "timeout": 3600000, "pkgManagers": { "rust": { "version": true, diff --git a/.github/workflows/build-smoke-tests.yml b/.github/workflows/build-smoke-tests.yml index c9636c323..b52a1f05f 100644 --- a/.github/workflows/build-smoke-tests.yml +++ b/.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: diff --git a/.github/workflows/covector-version-or-publish.yml b/.github/workflows/covector-version-or-publish.yml index 8794967b9..d553402d3 100644 --- a/.github/workflows/covector-version-or-publish.yml +++ b/.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 }}