Skip to content

Commit

Permalink
upgrade ci
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Dec 10, 2024
1 parent 2edfa02 commit 6b8ca6c
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
fail-fast: false
matrix:
container: ['node:16.0.0']
node_api_target: ['18.0.0', '20.0.0', '21.2.0', '22.0.0', '23.0.0']
node_api_target: ['18.0.0', '20.0.0', '21.2.0', '22.0.0']
include:
- container: 'node:18.0.0'
- node_api_target: '23.0.0'
container: ${{ matrix.container }}
steps:
- name: Checkout
Expand All @@ -36,7 +39,10 @@ jobs:
fail-fast: false
matrix:
container: ['node:16.0.0']
node_api_target: ['18.0.0', '20.0.0', '21.2.0', '22.0.0', '23.0.0']
node_api_target: ['18.0.0', '20.0.0', '21.2.0', '22.0.0']
include:
- container: 'node:18.0.0'
- node_api_target: '23.0.0'
container: ${{ matrix.container }}
steps:
- name: Checkout
Expand All @@ -56,10 +62,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2019, macos-12]
os: [windows-2019, macos-13]
node_api_target: ['18.0.0', '20.0.0', '21.2.0', '22.0.0', '23.0.0']
include:
- os: macos-12
- os: macos-13
python_version: '3.11'
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 6b8ca6c

Please sign in to comment.