From bfaff1f3d6d6e0ac8d7d8a57b50c16c94e0762f3 Mon Sep 17 00:00:00 2001 From: Maksadbek Date: Wed, 6 Nov 2024 23:13:10 +0100 Subject: [PATCH] chore: revert back some node versions --- .github/workflows/e2e.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c8d05741..bb24f7d3 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -56,11 +56,11 @@ jobs: - os: ubuntu-latest container: fedora:24 executable: bright-cli-linux-x64 - node: 20 + node: 16 - os: ubuntu-latest container: fedora:latest executable: bright-cli-linux-x64 - node: 20 + node: 16 - os: ubuntu-latest executable: bright-cli-linux-x64 node: 20 @@ -228,7 +228,7 @@ jobs: node: [16, 18, 20] include: - os: ubuntu-latest - container: ubuntu:16.04 + container: ubuntu:22.04 node: 16 - os: ubuntu-latest container: fedora:24