Skip to content

release next-yak 4.0.4 and yak-swc 4.0.4 #186

release next-yak 4.0.4 and yak-swc 4.0.4

release next-yak 4.0.4 and yak-swc 4.0.4 #186

Workflow file for this run

name: Changeset Check
on:
pull_request:
branches:
- main
jobs:
check-changeset:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "20.x"
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.12.3
run_install: true
- name: Check for changeset
run: npx changeset status --since=origin/main