Skip to content

update Plotly.js to version 2.34.0 #36

update Plotly.js to version 2.34.0

update Plotly.js to version 2.34.0 #36

Workflow file for this run

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