Skip to content

fix: 🔥 update asset manager precision #2362

fix: 🔥 update asset manager precision

fix: 🔥 update asset manager precision #2362

Workflow file for this run

name: Tests
on: push
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: 🏗 Setup repo
uses: actions/checkout@v4
- name: Enable Corepack before setting up Node
run: corepack enable
- name: 📦 Build, test and lint
uses: actions/setup-node@v4
with:
node-version: 22.3.0
- run: yarn --immutable
- run: yarn run test
- run: yarn run lint
- run: yarn run typeCheck