mirror of
https://github.com/makeplane/plane.git
synced 2025-12-16 20:07:56 +01:00
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:
committed by
GitHub
parent
7a43137620
commit
4f349807be
2
.github/workflows/check-version.yml
vendored
2
.github/workflows/check-version.yml
vendored
@@ -17,8 +17,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
|
||||||
node-version: '18'
|
|
||||||
|
|
||||||
- name: Get PR Branch version
|
- name: Get PR Branch version
|
||||||
run: echo "PR_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
|
run: echo "PR_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV
|
||||||
|
|||||||
@@ -36,8 +36,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up Node.js
|
- name: Set up Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
|
||||||
node-version-file: ".nvmrc"
|
|
||||||
|
|
||||||
- name: Enable Corepack and pnpm
|
- name: Enable Corepack and pnpm
|
||||||
run: corepack enable pnpm
|
run: corepack enable pnpm
|
||||||
|
|||||||
@@ -1,11 +1,9 @@
|
|||||||
packages:
|
packages:
|
||||||
- apps/*
|
- apps/*
|
||||||
- packages/*
|
- packages/*
|
||||||
- "!apps/api"
|
- "!apps/api"
|
||||||
- "!apps/proxy"
|
- "!apps/proxy"
|
||||||
|
|
||||||
onlyBuiltDependencies:
|
onlyBuiltDependencies:
|
||||||
- turbo
|
- turbo
|
||||||
- sharp
|
- sharp
|
||||||
|
|
||||||
useNodeVersion: 22.18.0
|
|
||||||
|
|||||||
Reference in New Issue
Block a user