Skip to content

build(deps): bump react-redux from 8.1.3 to 9.1.0 #1012

build(deps): bump react-redux from 8.1.3 to 9.1.0

build(deps): bump react-redux from 8.1.3 to 9.1.0 #1012

Workflow file for this run

name: Agenda PR Pretest
on: [push]
jobs:
test_pull_request:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@v2
- name: Use Node
uses: actions/setup-node@v2
with:
node-version: 18
- name: Start MongoDB
uses: supercharge/[email protected]
with:
mongodb-version: 6.0
- run: npm run keygen
- run: npm i
- run: npm run lint
- run: npm run coverage
- run: npm run build