Skip to content

Bump eslint-plugin-jsdoc from 46.5.1 to 46.8.2 #377

Bump eslint-plugin-jsdoc from 46.5.1 to 46.8.2

Bump eslint-plugin-jsdoc from 46.5.1 to 46.8.2 #377

Workflow file for this run

name: Test
on: [push]
env:
HUSKY: '0'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: Use Node.js v18
uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm ci
- run: npm run full