Skip to content

Commit 732112a

Browse files
committed
Optimize Node.js CI workflow - add timeout, cache npm
1 parent 1ca63c5 commit 732112a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
test:
1111
runs-on: ubuntu-latest
12+
timeout-minutes: 10
1213
steps:
1314
- uses: actions/checkout@v4
1415

0 commit comments

Comments
 (0)