Skip to content

build(deps-dev): bump eslint-plugin-n from 16.6.2 to 17.16.1 #357

build(deps-dev): bump eslint-plugin-n from 16.6.2 to 17.16.1

build(deps-dev): bump eslint-plugin-n from 16.6.2 to 17.16.1 #357

Workflow file for this run

name: lint & build
on:
push:
tags:
- v*
branches: [ main, v0.9 ]
pull_request:
branches: [ main, v0.9 ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm i
- run: npm run lint
- run: npm run build