Skip to content

bump @mantine/core from 6.0.20 to 7.4.2 #304

bump @mantine/core from 6.0.20 to 7.4.2

bump @mantine/core from 6.0.20 to 7.4.2 #304

Workflow file for this run

name: Unit Test - Node
on:
pull_request:
paths:
- "ui/**"
- "prql-js/**"
- "prql-browser/**"
- "protos/**"
- "package-lock.json"
- "package.json"
jobs:
unit-test:
name: Unit Test - Node
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: |
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
name: Install wasm-pack
- run: npm ci
- run: npm test
- run: npm run build