Skip to content

Commit 195a594

Browse files
committed
ci(action): increase timeout to allow fetching node 21
1 parent a77936a commit 195a594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node-version: [18, 20, 21]
2121

2222
runs-on: ${{ matrix.os }}
23-
timeout-minutes: 5
23+
timeout-minutes: 10
2424

2525
steps:
2626
- name: Checkout project

0 commit comments

Comments
 (0)