We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3932314 commit 526b5ccCopy full SHA for 526b5cc
1 file changed
bitbucket-pipelines.yml
@@ -2,6 +2,9 @@ options:
2
runs-on: self.hosted
3
4
definitions:
5
+ caches:
6
+ node-2024_02_x: ./node_modules
7
+
8
steps:
9
- step: &unittest-code-checks
10
name: test-code-checks
@@ -10,7 +13,7 @@ definitions:
13
run-as-user: 1000
11
14
size: 4x
12
15
caches:
- - node
16
+ - node-2024_02_x
17
script:
18
- yarn install --frozen-lockfile
19
- yarn run lint --quiet
0 commit comments