Skip to content

chore(deps): bump semver from 7.3.8 to 7.5.4 #10

chore(deps): bump semver from 7.3.8 to 7.5.4

chore(deps): bump semver from 7.3.8 to 7.5.4 #10

Workflow file for this run

name: Build
on:
push:
branches: [master, dev]
pull_request:
branches: [master]
jobs:
auto-build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn workspace pivot-chart initenv
- run: yarn workspace pivot-chart build