Skip to content

Commit fa5d8c1

Browse files
author
Robin Offel
committed
FSR-31: update to node22 and update dependencies
FSR-31 (Update to Node 22)
1 parent 6c142a6 commit fa5d8c1

File tree

5 files changed

+4380
-1717
lines changed

5 files changed

+4380
-1717
lines changed

bitbucket-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ definitions:
1212
- ruff format --check .
1313
- step: &js-lint-test-build
1414
name: JS lint, tests, and build
15-
image: node:20.15.0
15+
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)
1616
caches:
1717
- node
1818
size: 2x # more memory to accomodate docker container for sonarcloud

0 commit comments

Comments
 (0)