Skip to content

feat: update to @dimforge/rapier3d-compat 0.13.1 #156

feat: update to @dimforge/rapier3d-compat 0.13.1

feat: update to @dimforge/rapier3d-compat 0.13.1 #156

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