Skip to content

Bump eslint-plugin-jsdoc from 46.6.0 to 46.8.2 (#1205) #255

Bump eslint-plugin-jsdoc from 46.6.0 to 46.8.2 (#1205)

Bump eslint-plugin-jsdoc from 46.6.0 to 46.8.2 (#1205) #255

Workflow file for this run

name: Config npm
on:
pull_request:
paths:
- .github/workflows/config-npm.yml
- package.json
push:
branches:
- main
- main-v1
paths:
- .github/workflows/config-npm.yml
- package.json
permissions: read-all
jobs:
package-json:
name: package.json
runs-on: ubuntu-22.04
steps:
- name: Harden runner
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
with:
disable-sudo: true
egress-policy: block
allowed-endpoints: >
actions-results-receiver-production.githubapp.com:443
api.github.com:443
artifactcache.actions.githubusercontent.com:443
github.com:443
gitlab.com:443
nodejs.org:443
objects.githubusercontent.com:443
registry.npmjs.org:443
- name: Checkout repository
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Install Node.js
uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
cache: npm
node-version-file: .nvmrc
- name: Install dependencies
run: npm clean-install
- name: Validate package.json
run: npm run vet:package.json