Skip to content

Commit

Permalink
chore(repo): update orb version (#9683)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Apr 5, 2022
1 parent 12f0f19 commit edda7b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -4,7 +4,7 @@ version: 2.1
# ORBS
# -------------------------
orbs:
nx: nrwl/nx@1.1.3
nx: nrwl/nx@1.4.0

# -------------------------
# DEFAULTS
Expand Down Expand Up @@ -34,7 +34,7 @@ executors:
linux:
<<: *defaults
docker:
- image: cimg/node:16.13-browsers
- image: cimg/node:lts-browsers

macos:
<<: *defaults
Expand Down
2 changes: 1 addition & 1 deletion docs/shared/monorepo-ci-circle-ci.md
Expand Up @@ -22,7 +22,7 @@ Below is an example of a Circle CI setup for an Nx workspace only building and t
```yaml
version: 2.1
orbs:
nx: nrwl/nx@1.2.0
nx: nrwl/nx@1.4.0
jobs:
main:
steps:
Expand Down

1 comment on commit edda7b4

@vercel
Copy link

@vercel vercel bot commented on edda7b4 Apr 5, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.