Skip to content

fix: upgrade @hckrnews/deep-merge from 0.3.2 to 0.3.3 #74

fix: upgrade @hckrnews/deep-merge from 0.3.2 to 0.3.3

fix: upgrade @hckrnews/deep-merge from 0.3.2 to 0.3.3 #74

Workflow file for this run

name: Node Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
- name: npm lint
run: |
npm ci
npm run lint
env:
CI: true