This commit is contained in:
Manish Gupta 2023-11-28 17:34:32 +05:30
parent 66cfb7b205
commit ce70aa7349

View File

@ -21,10 +21,13 @@ jobs:
node-version: 18.x node-version: 18.x
# cache: "yarn" # cache: "yarn"
- name: Run install - name: Enabling Corepack
uses: borales/actions-yarn@v4 run: corepack enable
with:
cmd: corepack enable && install # will run `yarn install` command # - name: Run install
# uses: borales/actions-yarn@v4
# with:
# cmd: install # will run `yarn install` command
- name: Get changed files - name: Get changed files
id: changed-files id: changed-files