Skip to content

Commit 81967c5

Browse files
committed
fix: update orb version
1 parent a5ca06c commit 81967c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
version: 2.1
22

33
orbs:
4-
vfcommon: voiceflow/common@0.0.287
4+
vfcommon: voiceflow/common@0.52.1
55
sonarcloud: sonarsource/[email protected]
66

77
jobs:
88
test:
9-
executor: vfcommon/default-executor
9+
executor: vfcommon/default-executor-node-20
1010
steps:
1111
- checkout
1212
- vfcommon/install_node_modules

0 commit comments

Comments
 (0)