Skip to content

Bump lodash from 4.17.21 to 4.17.23 #245

Bump lodash from 4.17.21 to 4.17.23

Bump lodash from 4.17.21 to 4.17.23 #245

Workflow file for this run

name: CI
on: [push]
jobs:
run-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install Components
run: npm install
- name: Run Rocket Pool tests
run: npm test