Skip to content

dependencies: update end-of-stream to 1.4.5 + pump to 3.0.3 #215

dependencies: update end-of-stream to 1.4.5 + pump to 3.0.3

dependencies: update end-of-stream to 1.4.5 + pump to 3.0.3 #215

Workflow file for this run

name: Node.js package audit
on: push
jobs:
package-audit:
strategy:
matrix:
node-version:
- 22
runs-on: ubuntu-24.04
name: Node.js package audit
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Audit npm packages
run: cd export-server && npm audit