Skip to content

chore(deps): bump @testing-library/react from 13.3.0 to 14.1.2 #493

chore(deps): bump @testing-library/react from 13.3.0 to 14.1.2

chore(deps): bump @testing-library/react from 13.3.0 to 14.1.2 #493

Workflow file for this run

name: pipeline
on:
push:
deployment:
release:
types: [created]
pull_request:
types: [opened, reopened]
workflow_dispatch:
inputs:
environment:
description: 'Environment'
required: true
type: choice
default: 'dev'
options:
- dev
- stg
- prd
- sbx
- dry
jobs:
APP:
uses: filipeforattini/ff-iac-github-actions/.github/workflows/app.yml@main
secrets: inherit
with:
mainBranch: main
platforms: linux/amd64,linux/arm64
staticAnalysis: false
containerRegistry: ghcr.io
environmentsAsNamespaces: true