Skip to content

chore(deps): bump store2 from 2.14.2 to 2.14.4 #44

chore(deps): bump store2 from 2.14.2 to 2.14.4

chore(deps): bump store2 from 2.14.2 to 2.14.4 #44

Workflow file for this run

name: "PR Test"
on:
workflow_dispatch:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install --immutable
- run: yarn workspace watching-you run build
- run: yarn workspace react-watching-you run build
- run: yarn workspace vue-watching-you run build
- run: yarn test