Skip to content

Node.js CI

Node.js CI #3591

Workflow file for this run

name: Node.js CI
on:
merge_group: {}
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: rharkor/caching-for-turbo@439abec0d28d21b192fa8817b744ffdf1ee5ac0d # v1.5
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version-file: .tool-versions
cache: yarn
- run: yarn install --immutable
- run: yarn run build
- run: yarn validate