Skip to content

Commit

Permalink
Merge pull request #514 from AikidoSec/timeout
Browse files Browse the repository at this point in the history
Set timeout on workflows
  • Loading branch information
willem-delbare authored Jan 27, 2025
2 parents b1b984f + e3e2985 commit 94fb2ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on: push
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
matrix:
node-version: [18.x]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x, 22.x, 23.x]
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 94fb2ff

Please sign in to comment.