Skip to content

Update actions/checkout action to v6.0.2 #572

Update actions/checkout action to v6.0.2

Update actions/checkout action to v6.0.2 #572

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- run: corepack enable
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install
run: yarn --immutable
- name: Build
run: yarn build