Skip to content

upgrade to yarn 4 (#171) #118

upgrade to yarn 4 (#171)

upgrade to yarn 4 (#171) #118

Workflow file for this run

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