mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
ci: Replace pnpm/action-setup action with corepack (no-changelog) (#8504)
This commit is contained in:
committed by
GitHub
parent
528c07134a
commit
d4607381ed
@@ -16,8 +16,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.1
|
- uses: actions/checkout@v4.1.1
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2.4.0
|
- run: corepack enable
|
||||||
|
|
||||||
- uses: actions/setup-node@v4.0.1
|
- uses: actions/setup-node@v4.0.1
|
||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
|
|||||||
3
.github/workflows/check-pr-title.yml
vendored
3
.github/workflows/check-pr-title.yml
vendored
@@ -18,8 +18,7 @@ jobs:
|
|||||||
- name: Check out branch
|
- name: Check out branch
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4.1.1
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2.4.0
|
- run: corepack enable
|
||||||
|
|
||||||
- uses: actions/setup-node@v4.0.1
|
- uses: actions/setup-node@v4.0.1
|
||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
|
|||||||
6
.github/workflows/ci-master.yml
vendored
6
.github/workflows/ci-master.yml
vendored
@@ -18,8 +18,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.1
|
- uses: actions/checkout@v4.1.1
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2.4.0
|
- run: corepack enable
|
||||||
|
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v4.0.1
|
uses: actions/setup-node@v4.0.1
|
||||||
with:
|
with:
|
||||||
@@ -64,8 +63,7 @@ jobs:
|
|||||||
repository: n8n-io/n8n
|
repository: n8n-io/n8n
|
||||||
ref: ${{ inputs.branch }}
|
ref: ${{ inputs.branch }}
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2.4.0
|
- run: corepack enable
|
||||||
|
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v4.0.1
|
uses: actions/setup-node@v4.0.1
|
||||||
with:
|
with:
|
||||||
|
|||||||
6
.github/workflows/ci-postgres-mysql.yml
vendored
6
.github/workflows/ci-postgres-mysql.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.1
|
- uses: actions/checkout@v4.1.1
|
||||||
- uses: pnpm/action-setup@v2.4.0
|
- run: corepack enable
|
||||||
- uses: actions/setup-node@v4.0.1
|
- uses: actions/setup-node@v4.0.1
|
||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
DB_MYSQLDB_PASSWORD: password
|
DB_MYSQLDB_PASSWORD: password
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.1
|
- uses: actions/checkout@v4.1.1
|
||||||
- uses: pnpm/action-setup@v2.4.0
|
- run: corepack enable
|
||||||
- uses: actions/setup-node@v4.0.1
|
- uses: actions/setup-node@v4.0.1
|
||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
@@ -76,7 +76,7 @@ jobs:
|
|||||||
DB_POSTGRESDB_PASSWORD: password
|
DB_POSTGRESDB_PASSWORD: password
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4.1.1
|
- uses: actions/checkout@v4.1.1
|
||||||
- uses: pnpm/action-setup@v2.4.0
|
- run: corepack enable
|
||||||
- uses: actions/setup-node@v4.0.1
|
- uses: actions/setup-node@v4.0.1
|
||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
|
|||||||
6
.github/workflows/ci-pull-requests.yml
vendored
6
.github/workflows/ci-pull-requests.yml
vendored
@@ -12,8 +12,7 @@ jobs:
|
|||||||
repository: n8n-io/n8n
|
repository: n8n-io/n8n
|
||||||
ref: refs/pull/${{ github.event.pull_request.number }}/merge
|
ref: refs/pull/${{ github.event.pull_request.number }}/merge
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2.4.0
|
- run: corepack enable
|
||||||
|
|
||||||
- name: Use Node.js 18
|
- name: Use Node.js 18
|
||||||
uses: actions/setup-node@v4.0.1
|
uses: actions/setup-node@v4.0.1
|
||||||
with:
|
with:
|
||||||
@@ -50,8 +49,7 @@ jobs:
|
|||||||
repository: n8n-io/n8n
|
repository: n8n-io/n8n
|
||||||
ref: refs/pull/${{ github.event.pull_request.number }}/merge
|
ref: refs/pull/${{ github.event.pull_request.number }}/merge
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2.4.0
|
- run: corepack enable
|
||||||
|
|
||||||
- name: Use Node.js 18
|
- name: Use Node.js 18
|
||||||
uses: actions/setup-node@v4.0.1
|
uses: actions/setup-node@v4.0.1
|
||||||
with:
|
with:
|
||||||
|
|||||||
1
.github/workflows/release-create-pr.yml
vendored
1
.github/workflows/release-create-pr.yml
vendored
@@ -35,7 +35,6 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: ${{ github.event.inputs.base-branch }}
|
ref: ${{ github.event.inputs.base-branch }}
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2.4.0
|
|
||||||
- uses: actions/setup-node@v4.0.1
|
- uses: actions/setup-node@v4.0.1
|
||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
|
|||||||
2
.github/workflows/release-publish.yml
vendored
2
.github/workflows/release-publish.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2.4.0
|
- run: corepack enable
|
||||||
- uses: actions/setup-node@v4.0.1
|
- uses: actions/setup-node@v4.0.1
|
||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
|
|||||||
5
.github/workflows/test-workflows.yml
vendored
5
.github/workflows/test-workflows.yml
vendored
@@ -23,9 +23,8 @@ jobs:
|
|||||||
repository: n8n-io/test-workflows
|
repository: n8n-io/test-workflows
|
||||||
path: test-workflows
|
path: test-workflows
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2.4.0
|
- run: corepack enable
|
||||||
with:
|
working-directory: n8n
|
||||||
package_json_file: n8n/package.json
|
|
||||||
|
|
||||||
- uses: actions/setup-node@v4.0.1
|
- uses: actions/setup-node@v4.0.1
|
||||||
with:
|
with:
|
||||||
|
|||||||
3
.github/workflows/units-tests-reusable.yml
vendored
3
.github/workflows/units-tests-reusable.yml
vendored
@@ -35,8 +35,7 @@ jobs:
|
|||||||
repository: n8n-io/n8n
|
repository: n8n-io/n8n
|
||||||
ref: ${{ inputs.ref }}
|
ref: ${{ inputs.ref }}
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v2.4.0
|
- run: corepack enable
|
||||||
|
|
||||||
- name: Use Node.js ${{ inputs.nodeVersion }}
|
- name: Use Node.js ${{ inputs.nodeVersion }}
|
||||||
uses: actions/setup-node@v4.0.1
|
uses: actions/setup-node@v4.0.1
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user