Skip to content

Commit

Permalink
docs: update orb versions (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleTryon authored Aug 31, 2022
1 parent 0bc6fb8 commit fe6bee3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sample/01-dynamic-workflow-javascript/.circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1
orbs:
continuation: circleci/continuation@0.2.0
node: circleci/node@4.7.0
continuation: circleci/continuation@0.3.1
node: circleci/node@5.0.2
setup: true
jobs:
generate-config:
Expand All @@ -18,4 +18,4 @@ jobs:
workflows:
dynamic-workflow:
jobs:
- generate-config
- generate-config

0 comments on commit fe6bee3

Please sign in to comment.