From 6b87a7d86fff259d5f20bdc3c246bf65dacbc9fe Mon Sep 17 00:00:00 2001 From: Tomasz Slabon Date: Tue, 24 Oct 2023 13:30:11 +0200 Subject: [PATCH] Update node version for system tests CI job --- .github/workflows/system-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/system-tests.yml b/.github/workflows/system-tests.yml index eb158f401..a42f6a0f8 100644 --- a/.github/workflows/system-tests.yml +++ b/.github/workflows/system-tests.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: "14.x" + node-version: "18.x" cache: "yarn" cache-dependency-path: system-tests/yarn.lock @@ -69,7 +69,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: "14.x" + node-version: "18.x" cache: "yarn" cache-dependency-path: system-tests/yarn.lock