Skip to content

Fix npm package README publishing #2061

Fix npm package README publishing

Fix npm package README publishing #2061

Workflow file for this run

name: Audit all
on:
pull_request:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
audit:
name: Audit all
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22'
cache: 'npm'
- name: Run Audit all
run: npm audit --omit=dev