Skip to content

Commit

Permalink
feat(repo): update nx-orb to 1.6 (nrwl#12616)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav authored Oct 14, 2022
1 parent 3a30689 commit 59c4160
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 2.1
# ORBS
# -------------------------
orbs:
nx: nrwl/nx@1.5.1
nx: nrwl/nx@1.6.0
node: circleci/[email protected]

# -------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ exports[`lib should generate circleci CI config 1`] = `
"version: 2.1
orbs:
nx: nrwl/nx@1.5.1
nx: nrwl/nx@1.6.0
jobs:
agent:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
nx: nrwl/nx@1.5.1
nx: nrwl/nx@1.6.0

jobs:
agent:
Expand Down

0 comments on commit 59c4160

Please sign in to comment.