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:
sriram veeraghanta 2025-08-29 14:25:07 +05:30 committed by GitHub
parent 7a43137620
commit 4f349807be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 13 deletions

View file

@ -17,8 +17,6 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Get PR Branch version
run: echo "PR_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV

View file

@ -36,8 +36,6 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
- name: Enable Corepack and pnpm
run: corepack enable pnpm