Update prismjs dependency to version 1.30.0 in package.json and yarn.… #20
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: Plugins - CI | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
ci: | |
name: CI | |
uses: grafana/plugin-ci-workflows/.github/workflows/ci.yml@main | |
with: | |
go-version: '1.23.5' | |
plugin-version-suffix: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || '' }} | |
run-playwright: true |