Skip to content

Commit 4fc6d79

Browse files
Merge pull request #190 from RedisInsight/feature/RIVS-254_update_dependencies_drive
#RIVS-254 - Automatically update the file with dependences
2 parents 19f30bf + 61c5790 commit 4fc6d79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ aliases:
3636
not: *manual-build-conditions
3737

3838
orbs:
39-
node: circleci/node@5.2.0
39+
node: circleci/node@5.3.0
4040
win: circleci/windows@5.0.0
4141
aws: circleci/aws-cli@4.1.3
4242

@@ -346,6 +346,9 @@ jobs:
346346
executor: linux-executor
347347
steps:
348348
- checkout
349+
- node/install:
350+
install-yarn: true
351+
node-version: '20.15'
349352
- restore_cache:
350353
<<: *uiDepsCacheKey
351354
- run:

0 commit comments

Comments
 (0)