Skip to content

Bump eslint-plugin-jsdoc from 39.3.6 to 50.4.3 #773

Bump eslint-plugin-jsdoc from 39.3.6 to 50.4.3

Bump eslint-plugin-jsdoc from 39.3.6 to 50.4.3 #773

Workflow file for this run

name: Unit Tests
on:
push:
branches: [main]
pull_request:
jobs:
test_unit_ubuntu:
strategy:
matrix:
os:
- ubuntu-latest
node_version:
- 16
architecture:
- x64
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node_version }}
architecture: ${{ matrix.architecture }}
- run: npm ci
- run: xvfb-run -s "-ac -screen 0 1280x1024x24" npm run test-unit