Update main.yml

This commit is contained in:
Liam Newman 2023-04-27 09:58:14 -07:00 committed by GitHub
parent 4a3ea270b5
commit 9a58651ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,16 +17,14 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ ubuntu, windows, macos ] os: [ ubuntu, windows, macos ]
python-version: [3.7, 3.8, 3.9, '3.10'] python-version: [3.8, '3.10', 3.11]
include: include:
- python-version: 3.7
node-version: 14
- python-version: 3.8 - python-version: 3.8
node-version: 14
- python-version: 3.9
node-version: 16 node-version: 16
- python-version: '3.10' - python-version: '3.10'
node-version: 18 node-version: 18
- python-version: 3.11
node-version: 20
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Node ${{ matrix.node-version }} - name: Set up Node ${{ matrix.node-version }}