Skip to content

Commit 3372811

Browse files
authored
Update test.yml
1 parent 4e2db78 commit 3372811

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ on:
1111
workflow_dispatch: # Allows manual triggering
1212

1313
env:
14-
NODE_VERSION: '18'
14+
NODE_VERSION: '20'
1515
DOTNET_VERSION: '8.0.x'
1616

1717
jobs:
1818
test:
1919
runs-on: windows-latest
20-
timeout-minutes: 25
20+
timeout-minutes: 5
2121

2222
steps:
2323
- name: Checkout repository
@@ -50,4 +50,4 @@ jobs:
5050
exit $exitCode
5151
}
5252
Write-Host "✅ Tests passed successfully"
53-
timeout-minutes: 5
53+
timeout-minutes: 5

0 commit comments

Comments
 (0)