Skip to content

Bump eslint-plugin-import from 2.27.5 to 2.28.1 #214

Bump eslint-plugin-import from 2.27.5 to 2.28.1

Bump eslint-plugin-import from 2.27.5 to 2.28.1 #214

Workflow file for this run

name: Test
on: push
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
node_modules
*/*/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('yarn.lock') }}
restore-keys: |
${{ runner.os }}-node-${{ hashFiles('yarn.lock') }}
${{ runner.os }}-node-
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Test
run: npm test