Skip to content

chore(deps): lock file maintenance (#843) #2412

chore(deps): lock file maintenance (#843)

chore(deps): lock file maintenance (#843) #2412

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@11bd71901bbe5b1630ceea73d27597364c9af683 # 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