Skip to content

Bump @75lb/deep-merge from 1.1.1 to 1.1.2 #46

Bump @75lb/deep-merge from 1.1.1 to 1.1.2

Bump @75lb/deep-merge from 1.1.1 to 1.1.2 #46

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: 'npm'
- run: npm ci
- run: npm test