chore: docker image builds by removing node version in workspace.yml file (#7672)
* fix: docker image builts by removing nodeversion in workspace.yml file * chore: remve .nvmrc file
This commit is contained in:
parent
7a43137620
commit
4f349807be
4 changed files with 6 additions and 13 deletions
|
|
@ -1,11 +1,9 @@
|
|||
packages:
|
||||
- apps/*
|
||||
- packages/*
|
||||
- "!apps/api"
|
||||
- "!apps/proxy"
|
||||
- apps/*
|
||||
- packages/*
|
||||
- "!apps/api"
|
||||
- "!apps/proxy"
|
||||
|
||||
onlyBuiltDependencies:
|
||||
- turbo
|
||||
- sharp
|
||||
|
||||
useNodeVersion: 22.18.0
|
||||
- turbo
|
||||
- sharp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue