Skip to content

build(deps): bump lodash from 4.17.21 to 4.17.23 (#11) #14

build(deps): bump lodash from 4.17.21 to 4.17.23 (#11)

build(deps): bump lodash from 4.17.21 to 4.17.23 (#11) #14

Workflow file for this run

name: test
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
with:
node-version: 'lts/*'
- run: npm ci
- run: npm run build
- run: npm run test