Skip to content

Bump @types/lodash from 4.14.199 to 4.14.202 #12

Bump @types/lodash from 4.14.199 to 4.14.202

Bump @types/lodash from 4.14.199 to 4.14.202 #12

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Check formatting
run: yarn lint
- name: Run tests
run: |
yarn build
yarn test