Skip to content

chore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.3.0 #156

chore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.3.0

chore(deps): bump release-drafter/release-drafter from 7.1.1 to 7.3.0 #156

Workflow file for this run

name: CI
on:
push:
branches:
- main
- beta
pull_request:
branches:
- main
- beta
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup Node
uses: actions/setup-node@v6
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Prettier
run: yarn prettier:check
- name: Lint
run: yarn lint:check
- name: Build
run: yarn build