Skip to content

upgrade to yarn 4

upgrade to yarn 4 #102

Workflow file for this run

name: Pull request tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['14', '16', '18']
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: corepack yarn
- run: corepack yarn lint
- run: corepack yarn test