Skip to content

chore(deps): bump @75lb/deep-merge from 1.1.1 to 1.1.2 #320

chore(deps): bump @75lb/deep-merge from 1.1.1 to 1.1.2

chore(deps): bump @75lb/deep-merge from 1.1.1 to 1.1.2 #320

Workflow file for this run

name: Test Workflow
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install Node dependencies
run: yarn --frozen-lockfile
- name: Build
run: yarn build