Skip to content

build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.31.0 #198

build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.31.0

build(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.31.0 #198

Workflow file for this run

name: Node.js CI
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
env:
CODECOV_TOKEN: 849dde91-e5e3-438d-a75e-07745ed7948a
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 ci
- run: npm run eslint
- run: npm run test -- --coverage
- run: npx codecov