Skip to content

Update link to config type definition #36

Update link to config type definition

Update link to config type definition #36

Workflow file for this run

name: redux-persist ci
on: [push, pull_request]
jobs:
# Label of the container job
container-job:
# Containers must run in Linux based operating systems
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: |
npm install
- name: run test
run: |
npm run test