Skip to content

Commit

Permalink
Fix tests matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
black-trooper committed May 8, 2024
1 parent d1fa639 commit 6da4b89
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,22 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['10.x', '12.x', '14.x']
node: ['10.x', '12.x', '14.x', '16.x', '22.x']
os: [ubuntu-latest, windows-latest, macOS-latest]
include:
- os: 'macos-13'
node: '10.x'
- os: 'macos-13'
node: '12.x'
- os: 'macos-13'
node: '14.x'
exclude:
- os: 'macos-latest'
node: '10.x'
- os: 'macos-latest'
node: '12.x'
- os: 'macos-latest'
node: '14.x'

steps:
- name: Checkout repo
Expand Down

0 comments on commit 6da4b89

Please sign in to comment.