From 13f571a6dc2b9705680244bfd7f18e095430e6ab Mon Sep 17 00:00:00 2001 From: LuanRT Date: Wed, 18 May 2022 05:57:15 -0300 Subject: [PATCH] chore: update workflows --- .github/workflows/node.js.yml | 5 +---- .github/workflows/stale.yml | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 68a3077d..66a28341 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -1,6 +1,3 @@ -# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions - name: Build on: @@ -26,4 +23,4 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: npm install - - run: npm test + - run: npm run test \ No newline at end of file diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8831a9ba..9cad4fbf 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -15,5 +15,5 @@ jobs: recent activity. It will be closed if no further activity occurs. Thank you for your contributions.' stale-pr-message: 'This PR has been automatically marked as stale because it has not had recent activity. Remove the stale label or comment or this will be closed in 2 days' - days-before-stale: 20 - days-before-close: 2 \ No newline at end of file + days-before-stale: 30 + days-before-close: 4 \ No newline at end of file