Skip to content

Bump vite from 5.0.11 to 5.0.13 in /packages/typeit #191

Bump vite from 5.0.11 to 5.0.13 in /packages/typeit

Bump vite from 5.0.11 to 5.0.13 in /packages/typeit #191

Workflow file for this run

name: Test
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install && npm run bootstrap
- run: npm test
- uses: preactjs/compressed-size-action@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"