testing yarn step

This commit is contained in:
Manish Gupta 2023-11-28 17:21:25 +05:30
parent 495da01073
commit 5875cf7fd7

View File

@ -16,11 +16,16 @@ jobs:
uses: actions/checkout@v3.3.0
- name: Setup Node.js 18.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
cache: "yarn"
- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install # will run `yarn install` command
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v38