chore(repo): update orb version (#9683)
This commit is contained in:
parent
12f0f195d2
commit
edda7b424b
@ -4,7 +4,7 @@ version: 2.1
|
|||||||
# ORBS
|
# ORBS
|
||||||
# -------------------------
|
# -------------------------
|
||||||
orbs:
|
orbs:
|
||||||
nx: nrwl/nx@1.1.3
|
nx: nrwl/nx@1.4.0
|
||||||
|
|
||||||
# -------------------------
|
# -------------------------
|
||||||
# DEFAULTS
|
# DEFAULTS
|
||||||
@ -34,7 +34,7 @@ executors:
|
|||||||
linux:
|
linux:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/node:16.13-browsers
|
- image: cimg/node:lts-browsers
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
|||||||
@ -22,7 +22,7 @@ Below is an example of a Circle CI setup for an Nx workspace only building and t
|
|||||||
```yaml
|
```yaml
|
||||||
version: 2.1
|
version: 2.1
|
||||||
orbs:
|
orbs:
|
||||||
nx: nrwl/nx@1.2.0
|
nx: nrwl/nx@1.4.0
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user