Skip to content

chore(deps): bump three-stdlib from 2.23.9 to 2.29.6 in /packages/react-three-rapier #126

chore(deps): bump three-stdlib from 2.23.9 to 2.29.6 in /packages/react-three-rapier

chore(deps): bump three-stdlib from 2.23.9 to 2.29.6 in /packages/react-three-rapier #126

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