Skip to content

Commit

Permalink
feat(repo): update nx-orb to 1.6 (#12616)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed 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
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/node@5.0.2

# -------------------------
Expand Down
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
@@ -1,7 +1,7 @@
version: 2.1

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

jobs:
agent:
Expand Down

1 comment on commit 59c4160

@vercel
Copy link

@vercel vercel bot commented on 59c4160 Oct 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.