Skip to content

build(deps-dev): bump vite from 5.4.3 to 5.4.4 #355

build(deps-dev): bump vite from 5.4.3 to 5.4.4

build(deps-dev): bump vite from 5.4.3 to 5.4.4 #355

Workflow file for this run

---
name: Test
on:
pull_request:
jobs:
test:
name: Test Compilation
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- name: Setup pnpm & install packages
uses: pnpm/action-setup@v4
with:
version: latest
run_install: true
- name: Setup Node.js
uses: actions/setup-node@v4
with:
cache: pnpm
- name: Fetch data
run: pnpm run fetch
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run tests (build is okay)
run: pnpm run build