Skip to content

chore(deps-dev): bump happy-dom from 9.19.2 to 14.10.1 in /packages/react-three-rapier #152

chore(deps-dev): bump happy-dom from 9.19.2 to 14.10.1 in /packages/react-three-rapier

chore(deps-dev): bump happy-dom from 9.19.2 to 14.10.1 in /packages/react-three-rapier #152

Workflow file for this run

name: Runs Vitest
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: "npm"
- name: Install deps
run: yarn --frozen-lockfile
- name: "Run tests"
run: npm run test