Skip to content

[Snyk] Upgrade redux from 4.0.5 to 4.2.1 #741

[Snyk] Upgrade redux from 4.0.5 to 4.2.1

[Snyk] Upgrade redux from 4.0.5 to 4.2.1 #741

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/[email protected]
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