diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b4256b683..1719c4d041 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -476,7 +476,7 @@ jobs: npx -y knip --config ../packed-artifacts/knip.json --reporter markdown --no-exit-code working-directory: ./${{ matrix.workingDir }} - - name: Failing build due to test failures (canary versions) + - name: Failing build due to test failures (latest versions) if: steps.run-e2e-tests.outcome != 'success' || steps.run-e2e-tests-min-version.outcome != 'success' run: exit 1 diff --git a/packages/create-plugin/templates/common/_package.json b/packages/create-plugin/templates/common/_package.json index c7a061b46b..6c4e553624 100644 --- a/packages/create-plugin/templates/common/_package.json +++ b/packages/create-plugin/templates/common/_package.json @@ -17,7 +17,7 @@ "license": "Apache-2.0", "devDependencies": { "@grafana/eslint-config": "^9.0.0", - "@grafana/plugin-e2e": "^3.3.0", + "@grafana/plugin-e2e": "^3.3.3", "@grafana/tsconfig": "^2.0.1", "@playwright/test": "^1.57.0",{{#if useExperimentalRspack}} "@rspack/core": "^1.6.0",