Skip to content

Commit 526b5cc

Browse files
committed
Fix issue with bitbucket cache during pipeline
1 parent 3932314 commit 526b5cc

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)