Skip to content

Commit

Permalink
Make CI faster [skip skia]
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Feb 5, 2024
1 parent aff3fb6 commit e3431c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ['20', '21']
node: ['18', '20']
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -402,7 +402,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ['18', '20']
node: ['20', '21']
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit e3431c8

Please sign in to comment.