Skip to content

fix(Security): Bump lodash from 4.17.21 to 4.18.1 #732

fix(Security): Bump lodash from 4.17.21 to 4.18.1

fix(Security): Bump lodash from 4.17.21 to 4.18.1 #732

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
node_version: [24]
name: CI on NodeJS v${{ matrix.node_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node_version }}
- run: yarn
- run: yarn ci