Skip to content

Commit

Permalink
update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonmanRolls committed Jul 17, 2023
1 parent c717d7e commit a1ba03d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
stateless:
needs: build-stateless
timeout-minutes: 20
runs-on: default-larger-runners
runs-on:
group: default-larger-runners
strategy:
matrix:
node-version: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13]
Expand Down Expand Up @@ -152,7 +153,8 @@ jobs:
stateful:
needs: build-stateful
timeout-minutes: 10
runs-on: default-larger-runners
runs-on:
group: default-larger-runners
strategy:
matrix:
node-version: [101, 102, 103, 104]
Expand Down

0 comments on commit a1ba03d

Please sign in to comment.