mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 20:59:43 +00:00
Update main.yml
This commit is contained in:
parent
4a3ea270b5
commit
9a58651ab5
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user