Skip to content

build(deps-dev): bump enzyme-adapter-react-16 from 1.7.0 to 1.15.8 #755

build(deps-dev): bump enzyme-adapter-react-16 from 1.7.0 to 1.15.8

build(deps-dev): bump enzyme-adapter-react-16 from 1.7.0 to 1.15.8 #755

Workflow file for this run

name: build
on: [push, pull_request]
permissions: {}
jobs:
build:
permissions:
id-token: write
contents: read
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Use Node.js
uses: actions/setup-node@v6
with:
cache: yarn
node-version-file: .nvmrc
- name: Install dependencies
run: yarn
- name: Run ESLint
run: yarn lint
- name: Run Tests
run: yarn test:coverage