FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Bump typescript-eslint from 8.67.0 to 8.68.0 in the development group · plotly/angular-plotly.js@5a0d211 · GitHub

Bump typescript-eslint from 8.67.0 to 8.68.0 in the development group #78

Bump typescript-eslint from 8.67.0 to 8.68.0 in the development group

Bump typescript-eslint from 8.67.0 to 8.68.0 in the development group #78

Workflow file for this run

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
name: CI
on:
workflow_dispatch:
pull_request:
branches: [master, v20, v21, "v*"]
push:
branches: [master, v20, v21, "v*"]
permissions:
contents: read
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-test-package:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: 24.15.0
cache: npm
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build:demo
- run: npm audit --omit=dev --audit-level=high
- run: npm run verify:package
- run: npm run verify:consumer
- uses: actions/upload-artifact@v7
with:
name: angular-plotly-package-${{ github.sha }}
path: dist/plotly
if-no-files-found: error
retention-days: 14

Back | FazBrowse Home | New Git URL