Skip to content

Bump prosemirror-tables so that findTable is always available on @tiptap/pm #8281

Bump prosemirror-tables so that findTable is always available on @tiptap/pm

Bump prosemirror-tables so that findTable is always available on @tiptap/pm #8281

Triggered via pull request June 1, 2026 15:03
Status Failure
Total duration 3m 39s
Artifacts 1

build.yml

on: pull_request
Install node dependencies
1m 1s
Install node dependencies
Matrix: run-e2e-tests
Check linting & formatting
0s
Check linting & formatting
Run unit tests
0s
Run unit tests
Merge e2e reports
32s
Merge e2e reports
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
Build packages
Argument of type 'import("/home/runner/work/tiptap/tiptap/node_modules/.pnpm/prosemirror-state@1.4.3/node_modules/prosemirror-state/dist/index", { with: { "resolution-mode": "import" } }).EditorState' is not assignable to parameter of type 'import("/home/runner/work/tiptap/tiptap/node_modules/.pnpm/prosemirror-state@1.4.4/node_modules/prosemirror-state/dist/index", { with: { "resolution-mode": "import" } }).EditorState'.
Build packages
Argument of type 'import("/home/runner/work/tiptap/tiptap/node_modules/.pnpm/prosemirror-state@1.4.3/node_modules/prosemirror-state/dist/index", { with: { "resolution-mode": "import" } }).EditorState' is not assignable to parameter of type 'import("/home/runner/work/tiptap/tiptap/node_modules/.pnpm/prosemirror-state@1.4.4/node_modules/prosemirror-state/dist/index", { with: { "resolution-mode": "import" } }).EditorState'.
Build packages
Argument of type 'import("/home/runner/work/tiptap/tiptap/node_modules/.pnpm/prosemirror-state@1.4.3/node_modules/prosemirror-state/dist/index", { with: { "resolution-mode": "import" } }).EditorState' is not assignable to parameter of type 'import("/home/runner/work/tiptap/tiptap/node_modules/.pnpm/prosemirror-state@1.4.4/node_modules/prosemirror-state/dist/index", { with: { "resolution-mode": "import" } }).EditorState'.
Build packages
Argument of type 'import("/home/runner/work/tiptap/tiptap/node_modules/.pnpm/prosemirror-state@1.4.3/node_modules/prosemirror-state/dist/index", { with: { "resolution-mode": "import" } }).EditorState' is not assignable to parameter of type 'import("/home/runner/work/tiptap/tiptap/node_modules/.pnpm/prosemirror-state@1.4.4/node_modules/prosemirror-state/dist/index", { with: { "resolution-mode": "import" } }).EditorState'.
Build packages
Argument of type 'import("/home/runner/work/tiptap/tiptap/node_modules/.pnpm/prosemirror-state@1.4.3/node_modules/prosemirror-state/dist/index", { with: { "resolution-mode": "import" } }).EditorState' is not assignable to parameter of type 'import("/home/runner/work/tiptap/tiptap/node_modules/.pnpm/prosemirror-state@1.4.4/node_modules/prosemirror-state/dist/index", { with: { "resolution-mode": "import" } }).EditorState'.
Build packages
Argument of type 'import("/home/runner/work/tiptap/tiptap/node_modules/.pnpm/prosemirror-state@1.4.3/node_modules/prosemirror-state/dist/index", { with: { "resolution-mode": "import" } }).EditorState' is not assignable to parameter of type 'import("/home/runner/work/tiptap/tiptap/node_modules/.pnpm/prosemirror-state@1.4.4/node_modules/prosemirror-state/dist/index", { with: { "resolution-mode": "import" } }).EditorState'.
Build packages
Argument of type 'import("/home/runner/work/tiptap/tiptap/node_modules/.pnpm/prosemirror-state@1.4.3/node_modules/prosemirror-state/dist/index", { with: { "resolution-mode": "import" } }).EditorState' is not assignable to parameter of type 'import("/home/runner/work/tiptap/tiptap/node_modules/.pnpm/prosemirror-state@1.4.4/node_modules/prosemirror-state/dist/index", { with: { "resolution-mode": "import" } }).EditorState'.
Build packages
Argument of type 'import("/home/runner/work/tiptap/tiptap/node_modules/.pnpm/prosemirror-state@1.4.3/node_modules/prosemirror-state/dist/index", { with: { "resolution-mode": "import" } }).EditorState' is not assignable to parameter of type 'import("/home/runner/work/tiptap/tiptap/node_modules/.pnpm/prosemirror-state@1.4.4/node_modules/prosemirror-state/dist/index", { with: { "resolution-mode": "import" } }).EditorState'.
Build packages
Argument of type 'import("/home/runner/work/tiptap/tiptap/node_modules/.pnpm/prosemirror-state@1.4.3/node_modules/prosemirror-state/dist/index", { with: { "resolution-mode": "import" } }).EditorState' is not assignable to parameter of type 'import("/home/runner/work/tiptap/tiptap/node_modules/.pnpm/prosemirror-state@1.4.4/node_modules/prosemirror-state/dist/index", { with: { "resolution-mode": "import" } }).EditorState'.
Build packages
Argument of type 'import("/home/runner/work/tiptap/tiptap/node_modules/.pnpm/prosemirror-state@1.4.3/node_modules/prosemirror-state/dist/index", { with: { "resolution-mode": "import" } }).EditorState' is not assignable to parameter of type 'import("/home/runner/work/tiptap/tiptap/node_modules/.pnpm/prosemirror-state@1.4.4/node_modules/prosemirror-state/dist/index", { with: { "resolution-mode": "import" } }).EditorState'.
Install node dependencies
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Build packages
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Merge e2e reports
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Merge e2e reports
No files were found with the provided path: playwright-report. No artifacts will be uploaded.

Artifacts

Produced during runtime
Name Size Digest
node-dependencies
150 MB
sha256:4c834f2669762a9fe7f011b73a01bbd43f106fa82df4f849210d866fa3ee5207