Skip to content

Bump plotly.js-basic-dist-min from 2.35.1 to 2.35.2 (#585) #1265

Bump plotly.js-basic-dist-min from 2.35.1 to 2.35.2 (#585)

Bump plotly.js-basic-dist-min from 2.35.1 to 2.35.2 (#585) #1265

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- '20'
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: yarn
- run: yarn install --immutable
- run: yarn run lint
- run: yarn build