Skip to content

Commit

Permalink
test: github action - update to node 18 and fix the distribution folder
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Jan 2, 2023
1 parent 6bc14cc commit baaa7ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16.8]
node-version: [18.11]
browser: ['chromium', 'firefox']
editor-mode: ['rich-text', 'plain-text']
events-mode: ['legacy-events', 'modern-events']
Expand Down
2 changes: 1 addition & 1 deletion demos/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test-e2e-ci:chromium": "cross-env E2E_PORT=4000 start-server-and-test prepare-ci 4000 test-e2e:chromium",
"test-e2e-ci:firefox": "cross-env E2E_PORT=4000 start-server-and-test prepare-ci 4000 test-e2e:firefox",
"test-e2e-ci:webkit": "cross-env E2E_PORT=4000 start-server-and-test prepare-ci 4000 test-e2e:webkit",
"prepare-ci": "pnpm build && serve public -l 4000",
"prepare-ci": "pnpm build && serve dist -l 4000",
"test-e2e:chromium": "cross-env E2E_BROWSER=chromium playwright test --project=\"chromium\"",
"test-e2e:firefox": "cross-env E2E_BROWSER=firefox playwright test --project=\"firefox\"",
"test-e2e:webkit": "cross-env E2E_BROWSER=webkit playwright test --project=\"webkit\"",
Expand Down

0 comments on commit baaa7ca

Please sign in to comment.