Skip to content

Commit

Permalink
fix: update orb version
Browse files Browse the repository at this point in the history
  • Loading branch information
xavidop committed Feb 5, 2024
1 parent a5ca06c commit 81967c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: 2.1

orbs:
vfcommon: voiceflow/common@0.0.287
vfcommon: voiceflow/common@0.52.1
sonarcloud: sonarsource/[email protected]

jobs:
test:
executor: vfcommon/default-executor
executor: vfcommon/default-executor-node-20
steps:
- checkout
- vfcommon/install_node_modules
Expand Down

0 comments on commit 81967c5

Please sign in to comment.