Skip to content

Commit 7dbeb14

Browse files
committed
Fix error with bitbucket pipeline
1 parent 526b5cc commit 7dbeb14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bitbucket-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ options:
33

44
definitions:
55
caches:
6-
node-2024_02_x: ./node_modules
6+
node-cris8: ./node_modules
77

88
steps:
99
- step: &unittest-code-checks
@@ -13,7 +13,7 @@ definitions:
1313
run-as-user: 1000
1414
size: 4x
1515
caches:
16-
- node-2024_02_x
16+
- node-cris8
1717
script:
1818
- yarn install --frozen-lockfile
1919
- yarn run lint --quiet

0 commit comments

Comments
 (0)