Skip to content

build(deps-dev): bump eslint-plugin-n from 16.0.2 to 16.5.0 #1246

build(deps-dev): bump eslint-plugin-n from 16.0.2 to 16.5.0

build(deps-dev): bump eslint-plugin-n from 16.0.2 to 16.5.0 #1246

Workflow file for this run

name: ci
on:
push:
branches:
- master
- next
pull_request:
branches:
- master
- next
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 14
- 16
- 18
steps:
- uses: actions/checkout@v4
- uses: volta-cli/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test
release:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v4
- uses: volta-cli/[email protected]
- run: npm ci
- run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}