Skip to content

chore(deps): update yarn to v4.3.0 #1513

chore(deps): update yarn to v4.3.0

chore(deps): update yarn to v4.3.0 #1513

Workflow file for this run

name: Test
on:
push:
workflow_dispatch:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_PAT_CHECKOUT }}
submodules: "recursive"
- uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
cache: "yarn"
- run: yarn install --immutable
- run: yarn typecheck
- run: yarn lint