Skip to content

Update dependency @vitejs/plugin-react to v5 (#58) #162

Update dependency @vitejs/plugin-react to v5 (#58)

Update dependency @vitejs/plugin-react to v5 (#58) #162

Workflow file for this run

name: Run tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache-dependency-path: |
example/package-lock.json
package-lock.json
node-version: "18.x"
cache: "npm"
- name: Install & Build
run: |
npm i
npm ci
cd example && npm i && cd ..
npm run build
- name: pkg-pr-new
run: npx pkg-pr-new publish ./
- name: Test
run: npm run test