Skip to content

Bump lodash from 4.17.23 to 4.18.1 #83

Bump lodash from 4.17.23 to 4.18.1

Bump lodash from 4.17.23 to 4.18.1 #83

Workflow file for this run

name: Lint
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and Test
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: yarn
run: |
yarn