Skip to content

update Plotly.js to version 2.25.0 #136

update Plotly.js to version 2.25.0

update Plotly.js to version 2.25.0 #136

Workflow file for this run

name: Node.js CI
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Display version information
run: node --version && npm --version
- run: cd "$GITHUB_WORKSPACE"/export-server && npm install