Skip to content

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

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

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

Workflow file for this run

name: Tests
on:
pull_request:
branches:
- '*'
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
name: Tests
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- run: npm install
- run: npm run test