Skip to content

Bump @types/lodash.difference from 4.5.7 to 4.5.8 #27

Bump @types/lodash.difference from 4.5.7 to 4.5.8

Bump @types/lodash.difference from 4.5.7 to 4.5.8 #27

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
- windows-latest
node-version:
- 16
- 18
- 20
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm test