Skip to content

Bump lodash from 4.17.23 to 4.18.1 #78

Bump lodash from 4.17.23 to 4.18.1

Bump lodash from 4.17.23 to 4.18.1 #78

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [14, 16, 18]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- name: npm install, build and test
run: |
yarn
yarn build
yarn test