Skip to content

Commit 9db1232

Browse files
committed
test.yaml
1 parent 970d0af commit 9db1232

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ on:
1010
jobs:
1111
test:
1212
runs-on: ubuntu-22.04
13+
timeout-minutes: 15
14+
strategy:
15+
matrix:
16+
node-version: [22]
1317

1418
steps:
1519
- name: Checkout code

0 commit comments

Comments
 (0)