mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Just specify the node version manually
This commit is contained in:
parent
c5e1bf2837
commit
a0fe735f1d
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -31,7 +31,10 @@ jobs:
|
||||
include:
|
||||
- tests: ':lint:python:client:common:smoke:'
|
||||
node-version: 14.x
|
||||
python-version: ['3.9', '3.10']
|
||||
python-version: '3.10'
|
||||
- tests: ':lint:python:client:common:smoke:'
|
||||
node-version: 14.x
|
||||
python-version: '3.11'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user