mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 12:49:40 +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
|
||||
matrix:
|
||||
os: [ ubuntu, windows, macos ]
|
||||
python-version: [3.7, 3.8, 3.9, '3.10']
|
||||
python-version: [3.8, '3.10', 3.11]
|
||||
include:
|
||||
- python-version: 3.7
|
||||
node-version: 14
|
||||
- python-version: 3.8
|
||||
node-version: 14
|
||||
- python-version: 3.9
|
||||
node-version: 16
|
||||
- python-version: '3.10'
|
||||
node-version: 18
|
||||
- python-version: 3.11
|
||||
node-version: 20
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Node ${{ matrix.node-version }}
|
||||
|
Loading…
Reference in New Issue
Block a user