Just specify the node version manually

This commit is contained in:
Alex Hall 2023-07-28 18:28:02 +02:00
parent c5e1bf2837
commit a0fe735f1d

View File

@ -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