Skip to content

chore(dependabot): bump @types/node from 20.14.11 to 22.4.1 #36

chore(dependabot): bump @types/node from 20.14.11 to 22.4.1

chore(dependabot): bump @types/node from 20.14.11 to 22.4.1 #36

Workflow file for this run

name: Build and Test
on:
pull_request:
types: ["opened", "reopened", "synchronize"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml
test:
uses: ./.github/workflows/test.yml
needs: build