Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

[Snyk] Upgrade react-redux from 7.2.2 to 7.2.9 #740

[Snyk] Upgrade react-redux from 7.2.2 to 7.2.9

[Snyk] Upgrade react-redux from 7.2.2 to 7.2.9 #740

Workflow file for this run

name: Node CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v2.1.5
with:
node-version: 15.x
- name: Install Dependencies
run: npm ci
- name: Build project
run: npm run build
- name: Test
run: npm test
env:
CI: true