Skip to content

Bump vite from 6.4.1 to 6.4.2 #35

Bump vite from 6.4.1 to 6.4.2

Bump vite from 6.4.1 to 6.4.2 #35

Workflow file for this run

# Ensures a changeset is present on PRs. Skip with the "🤖Skip Changelog" label.
name: Changelog
on:
pull_request:
types:
- labeled
- unlabeled
- opened
- synchronize
- reopened
permissions:
contents: read
pull-requests: read
jobs:
check:
if: |
!contains(github.event.pull_request.head.ref, 'changeset-release') &&
!contains(github.event.pull_request.labels.*.name, '🤖Skip Changelog')
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version-file: .nvmrc
- name: Check for Changeset
run: npx @changesets/cli status --since="origin/main"