fix: adding pnpm action setup

This commit is contained in:
sriram veeraghanta 2023-11-28 18:57:15 +05:30
parent 84cc2fafd2
commit 578893df18

View File

@ -19,7 +19,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: "pnpm"
- name: Install Pnpm
uses: pnpm/action-setup@v2
with:
version: 8.11.0
- name: Get changed files
id: changed-files