Skip to content

Bump react-router from 6.26.2 to 7.1.1 #85

Bump react-router from 6.26.2 to 7.1.1

Bump react-router from 6.26.2 to 7.1.1 #85

Workflow file for this run

name: Main
on:
pull_request:
branches:
- main
push:
branches:
- main
tags:
- '**'
jobs:
build:
uses: ./.github/workflows/build.yml
test:
uses: ./.github/workflows/test.yml
release:
needs: [build, test]
secrets: inherit
permissions:
id-token: write
if: github.ref_type == 'tag'
uses: ./.github/workflows/release_matrix.yml