Skip to content

⬆️ Upgrade Yarn to v4.1.0 #899

⬆️ Upgrade Yarn to v4.1.0

⬆️ Upgrade Yarn to v4.1.0 #899

Workflow file for this run

name: Continuous Integration
on:
merge_group: {}
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: dtinth/setup-github-actions-caching-for-turbo@a0e976d970c2a94366a26984efcef3030e2c0115 # v1
- uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4
with:
node-version-file: .tool-versions
cache: yarn
- run: yarn install --immutable
- run: yarn run build
- run: yarn validate