[ACA-4646] Upgrade to Node 18 (#3163)

* regenerate lock file

* switch gha to node 18

* fix dependencies for Node 18

* fix the ci/cd command invokation

* update readme

* fix run-e2e command

* fix artifact name for e2e test results
This commit is contained in:
Denys Vuika
2023-05-05 16:37:51 +01:00
committed by GitHub
parent 222f487e70
commit efda5d1461
7 changed files with 22088 additions and 12862 deletions

View File

@@ -174,6 +174,7 @@ jobs:
- uses: ./.github/actions/run-e2e
with:
options: "--suite=${{ matrix.e2e-suites.name }}"
artifact-name: ${{ matrix.e2e-suites.name }}
- uses: ./.github/actions/after-e2e
e2es-playwright:
@@ -207,6 +208,7 @@ jobs:
- uses: ./.github/actions/run-e2e
with:
options: "e2e/playwright/tests/folder-rules/playwright.config.ts"
artifact-name: folder-rules
test-runner: playwright
- uses: ./.github/actions/after-e2e