Skip to content

bump version to 6.0.0 #152

bump version to 6.0.0

bump version to 6.0.0 #152

Workflow file for this run

name: Node.js package audit
on: push
jobs:
package-audit:
strategy:
matrix:
node-version:
- 16
runs-on: ubuntu-22.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