ci: Replace pnpm/action-setup action with corepack (no-changelog) (#8504)
This commit is contained in:
committed by
GitHub
parent
528c07134a
commit
d4607381ed
5
.github/workflows/test-workflows.yml
vendored
5
.github/workflows/test-workflows.yml
vendored
@@ -23,9 +23,8 @@ jobs:
|
||||
repository: n8n-io/test-workflows
|
||||
path: test-workflows
|
||||
|
||||
- uses: pnpm/action-setup@v2.4.0
|
||||
with:
|
||||
package_json_file: n8n/package.json
|
||||
- run: corepack enable
|
||||
working-directory: n8n
|
||||
|
||||
- uses: actions/setup-node@v4.0.1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user