Skip to content

Commit

Permalink
feat(repo): update nx-orb to 1.6.1 (#12624)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Oct 14, 2022
1 parent 3abaa7f commit c50a995
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.6.0
nx: nrwl/nx@1.6.1
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.6.0
nx: nrwl/nx@1.6.1
jobs:
agent:
Expand Down
@@ -1,7 +1,7 @@
version: 2.1

orbs:
nx: nrwl/nx@1.6.0
nx: nrwl/nx@1.6.1

jobs:
agent:
Expand Down

1 comment on commit c50a995

@vercel
Copy link

@vercel vercel bot commented on c50a995 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-git-master-nrwl.vercel.app
nx-five.vercel.app
nx.dev
nx-dev-nrwl.vercel.app

Please sign in to comment.