Skip to content

Update dependency @types/node to v20.19.43 #225

Update dependency @types/node to v20.19.43

Update dependency @types/node to v20.19.43 #225

Workflow file for this run

name: Build Photo Library
on:
pull_request:
branches: [ master ]
jobs:
install:
uses: ./.github/workflows/install.yml
secrets: inherit
with:
name: photo-library
build:
uses: ./.github/workflows/build.yml
needs: install
secrets: inherit
with:
name: photo-library