mirror of
https://github.com/papra-hq/papra.git
synced 2025-12-20 03:50:37 -06:00
refactor(ci): replace corepack with pnpm setup in workflow files (#124)
This commit is contained in:
committed by
GitHub
parent
947c09eff9
commit
e77b49832f
5
.github/workflows/ci-apps-docs.yaml
vendored
5
.github/workflows/ci-apps-docs.yaml
vendored
@@ -16,7 +16,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
- run: corepack enable
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
|
||||
5
.github/workflows/ci-apps-papra-client.yaml
vendored
5
.github/workflows/ci-apps-papra-client.yaml
vendored
@@ -16,7 +16,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
- run: corepack enable
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
|
||||
5
.github/workflows/ci-apps-papra-server.yaml
vendored
5
.github/workflows/ci-apps-papra-server.yaml
vendored
@@ -16,7 +16,10 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
- run: corepack enable
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
|
||||
Reference in New Issue
Block a user