Skip to content

Commit

Permalink
Merge branch 'UpdateWorkflowNodeVersions'
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneCypher committed Oct 25, 2023
2 parents 1401a08 + a0fa6f3 commit 21be69d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/nodejs.yml
Expand Up @@ -101,11 +101,11 @@ jobs:
strategy:
matrix:
include:
- node-version: 18.x # fastest, so run first, to error fast
- node-version: 20.x # fastest, so run first, to error fast
os: ubuntu-latest
- node-version: 18.x # slowest, so run next. sort by slowest from here to get earliest end through parallelism
- node-version: 20.x # slowest, so run next. sort by slowest from here to get earliest end through parallelism
os: macos-latest
- node-version: 18.x # finish check big-3 on latest current
- node-version: 20.x # finish check big-3 on latest current
os: windows-latest
- node-version: 11.x # lastly check just ubuntu on historic node versions because speed, oldest (slowest) first
os: ubuntu-latest
Expand All @@ -121,6 +121,10 @@ jobs:
os: ubuntu-latest
- node-version: 17.x
os: ubuntu-latest
- node-version: 18.x
os: ubuntu-latest
- node-version: 19.x
os: ubuntu-latest

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 21be69d

Please sign in to comment.