Skip to content

Commit

Permalink
feat(repo): update nx-orb to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Oct 14, 2022
1 parent 10e626c commit 99ae3e9
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

0 comments on commit 99ae3e9

Please sign in to comment.