forked from github/plane
fix: adding pnpm action setup
This commit is contained in:
parent
84cc2fafd2
commit
578893df18
@ -19,7 +19,11 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
cache: "pnpm"
|
|
||||||
|
- name: Install Pnpm
|
||||||
|
uses: pnpm/action-setup@v2
|
||||||
|
with:
|
||||||
|
version: 8.11.0
|
||||||
|
|
||||||
- name: Get changed files
|
- name: Get changed files
|
||||||
id: changed-files
|
id: changed-files
|
||||||
|
Loading…
Reference in New Issue
Block a user