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

build(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.32.0 #282

build(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.32.0

build(deps-dev): bump eslint-plugin-import from 2.25.3 to 2.32.0 #282

Workflow file for this run

name: nodejs-tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
# Test on nodejs version 14
strategy:
matrix:
node-version: [14.x]
steps:
- 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 lint
- run: npm test
- run: npm run build --if-present