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