Skip to content

Yarn version 4.12.0 upgrade #244

Yarn version 4.12.0 upgrade

Yarn version 4.12.0 upgrade #244

Workflow file for this run

name: "Main workflow"
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 1
steps:
- uses: actions/checkout@v1
- name: Use Node.js 20.x
uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
- run: corepack enable
- run: yarn install
- run: yarn lint-test
build:
runs-on: ubuntu-latest
env:
CI_JOB_NUMBER: 2
steps:
- uses: actions/checkout@v1
- name: Use Node.js 20.x
uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
- run: corepack enable
- run: yarn install
- run: yarn build