You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
image: node:22.11.0 # using 22.11.0 because the experimental feature for importing ESM (enabled by default starting with node 22.12.0) significantly slows test execution in the pipeline (https://github.com/vitest-dev/vitest/issues/7302)
definitions:
steps:
- step: &vue-lint-test-build
name: 'Vue: Lint, tests and build'
caches:
- node
script:
- cd org.knime.core.ui/js-src
- npm ci
- npm run ci:lint-format
- npm run coverage
# - npm run audit # TODO temporarily disabled due to unsolvable issues