Skip to content

fix: update nextjs and react versions #49

fix: update nextjs and react versions

fix: update nextjs and react versions #49

Workflow file for this run

# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
name: Checks
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
build_images:
permissions: # required by the reusable workflow
contents: read
packages: write
uses: ./.github/workflows/build-and-push-images.yaml
with:
push: false
version: "dev"