Skip to content

Bump react-redux from 7.2.6 to 7.2.9 #2301

Bump react-redux from 7.2.6 to 7.2.9

Bump react-redux from 7.2.6 to 7.2.9 #2301

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run prod_build --if-present