diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4d58ea6e9..f8af7b3bc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,6 +17,8 @@ jobs: os: [macos-latest, ubuntu-latest, windows-latest] node-version: [18.x, 20.x] + timeout-minutes: 30 + steps: - name: Checkout uses: actions/checkout@v2