Skip to content

chore(deps-dev): bump vite from 5.4.10 to 5.4.12 in the npm_and_yarn group #20

chore(deps-dev): bump vite from 5.4.10 to 5.4.12 in the npm_and_yarn group

chore(deps-dev): bump vite from 5.4.10 to 5.4.12 in the npm_and_yarn group #20

name: Preview PR Release
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
run_install: false
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm run ci:build
- run: pnpx pkg-pr-new publish './packages/useWorker'