Skip to content

Commit 78b705c

Browse files
committed
Merge branch 'task/dspace-cris-2024_02_x/DSC-2397' into task/main-cris/DSC-2397
2 parents 96fe9f3 + 526b5cc commit 78b705c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

bitbucket-pipelines.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ options:
22
runs-on: self.hosted
33

44
definitions:
5+
caches:
6+
node-2024_02_x: ./node_modules
7+
58
steps:
69
- step: &unittest-code-checks
710
name: test-code-checks
@@ -10,7 +13,7 @@ definitions:
1013
run-as-user: 1000
1114
size: 4x
1215
caches:
13-
- node
16+
- node-2024_02_x
1417
script:
1518
- yarn install --frozen-lockfile
1619
- yarn run lint --quiet

0 commit comments

Comments
 (0)