Skip to content

Commit

Permalink
chore: run template-oss-apply
Browse files Browse the repository at this point in the history
  • Loading branch information
hashtagchris committed Aug 26, 2024
1 parent 935129e commit f4b943e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,11 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 18.0.0
- 18.x
- 20.x
- 22.0.0
- 22.x
exclude:
- platform: { name: macOS, os: macos-13, shell: bash }
node-version: 18.0.0
- platform: { name: macOS, os: macos-13, shell: bash }
node-version: 18.x
- platform: { name: macOS, os: macos-13, shell: bash }
node-version: 20.x
node-version: 22.0.0
- platform: { name: macOS, os: macos-13, shell: bash }
node-version: 22.x
runs-on: ${{ matrix.platform.os }}
Expand Down
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,11 @@ jobs:
os: windows-latest
shell: cmd
node-version:
- 18.0.0
- 18.x
- 20.x
- 22.0.0
- 22.x
exclude:
- platform: { name: macOS, os: macos-13, shell: bash }
node-version: 18.0.0
- platform: { name: macOS, os: macos-13, shell: bash }
node-version: 18.x
- platform: { name: macOS, os: macos-13, shell: bash }
node-version: 20.x
node-version: 22.0.0
- platform: { name: macOS, os: macos-13, shell: bash }
node-version: 22.x
runs-on: ${{ matrix.platform.os }}
Expand Down

0 comments on commit f4b943e

Please sign in to comment.