Skip to content

chore(deps-dev): bump eslint-plugin-n from 17.14.0 to 17.15.0 #3747

chore(deps-dev): bump eslint-plugin-n from 17.14.0 to 17.15.0

chore(deps-dev): bump eslint-plugin-n from 17.14.0 to 17.15.0 #3747

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- name: Setup Node.js environment
uses: actions/setup-node@v4.0.3
with:
check-latest: true
- name: npm install, test and build
run: |
npm ci
npm run build
- name: Codecov
uses: codecov/codecov-action@v1.5.0
env:
CI: true