Install yarn for CI
Some checks failed
Lint and Build / Run lint and build checks (pull_request) Failing after 3m14s
Some checks failed
Lint and Build / Run lint and build checks (pull_request) Failing after 3m14s
This commit is contained in:
parent
c36228a9b9
commit
3b3cf25dc2
@ -13,10 +13,13 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v2
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '22'
|
||||
|
||||
|
||||
- name: Enable corepack and yarn
|
||||
run: corepack enable
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn install --frozen-lockfile
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user