mirror of
https://github.com/beautifier/js-beautify.git
synced 2024-11-23 12:49:40 +00:00
Update Node versions in CI, remove Node 10
This commit is contained in:
parent
a481700beb
commit
d619a8bd17
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -20,15 +20,15 @@ jobs:
|
||||
python-version: [2.7, 3.6, 3.7, 3.8, 3.9]
|
||||
include:
|
||||
- python-version: 2.7
|
||||
node-version: 10
|
||||
- python-version: 3.6
|
||||
node-version: 10
|
||||
- python-version: 3.7
|
||||
node-version: 12
|
||||
- python-version: 3.8
|
||||
- python-version: 3.6
|
||||
node-version: 12
|
||||
- python-version: 3.7
|
||||
node-version: 14
|
||||
- python-version: 3.8
|
||||
node-version: 16
|
||||
- python-version: 3.9
|
||||
node-version: 15
|
||||
node-version: 17
|
||||
exclude:
|
||||
- os: windows
|
||||
python-version: 2.7
|
||||
|
Loading…
Reference in New Issue
Block a user