Skip to content

Bump ts-node from 10.9.1 to 10.9.2 in /frontend #12

Bump ts-node from 10.9.1 to 10.9.2 in /frontend

Bump ts-node from 10.9.1 to 10.9.2 in /frontend #12

Workflow file for this run

name: "Frontend: PR: Build and test"
on:
pull_request_target:
types: [ "opened", "reopened", "synchronize" ]
paths:
- "contract/**"
- "frontend/**"
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/frontend_tests.yml