build(deps): bump react-redux from 8.1.3 to 9.1.0 #1012
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |