Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
    timeout-minutes: 10
  • Loading branch information
epreston committed Jul 28, 2023
1 parent f191f1e commit c007165
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# This workflow will do a clean installation of node dependencies, cache/restore them,
# lint, build the source code, and run tests across different versions of node.

# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
# For more information see:
# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: CI

Expand All @@ -25,7 +26,7 @@ jobs:
ci-on-node:
runs-on: ubuntu-latest

timeout-minutes: 30
timeout-minutes: 10

strategy:
matrix:
Expand Down

0 comments on commit c007165

Please sign in to comment.