From a0fe735f1d6e4949114a99c29877d3243ac82fa9 Mon Sep 17 00:00:00 2001 From: Alex Hall Date: Fri, 28 Jul 2023 18:28:02 +0200 Subject: [PATCH] Just specify the node version manually --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7f0f4ad7..98db1d33 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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