Skip to content

Commit

Permalink
Tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Nov 25, 2024
1 parent 3ca5bba commit 6f3fef9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,7 @@ jobs:
fail-fast: false
matrix:
os:
[
ubuntu-latest,
ubuntu-24.04,
ubuntu-22.04,
ubuntu-20.04,
macos-latest,
macos-15,
macos-14,
macos-13,
macos-12,
windows-latest,
windows-2022,
windows-2019,
]
[ubuntu-latest, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, macos-latest, macos-15, macos-14, macos-13, macos-12, windows-latest, windows-2022, windows-2019]
node-version: [18.x, 20.x, 22.x]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
node-version: [18.x, 20.x, 22.x]
node-version: [18.x, 20.x, 22.x, 23.x]

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

Expand Down

0 comments on commit 6f3fef9

Please sign in to comment.