Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

fix(deps): update dependency @mdi/font to v7.4.47 #859

fix(deps): update dependency @mdi/font to v7.4.47

fix(deps): update dependency @mdi/font to v7.4.47 #859

Workflow file for this run

name: Vue build and test
on:
pull_request:
push:
branches:
- 'main'
- 'develop'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
- run: yarn install --immutable --immutable-cache --check-cache
- run: yarn run typecheck
- run: yarn run build
# - run: yarn run test:unit