Skip to content

feat(preview-server): remove noise from when an email template is not found #2323

feat(preview-server): remove noise from when an email template is not found

feat(preview-server): remove noise from when an email template is not found #2323

name: Pin Dependencies Check
on:
push:
branches:
- main
- canary
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: read
jobs:
pin-dependencies-check:
runs-on: blacksmith-2vcpu-ubuntu-2204
container:
image: node:22-slim
steps:
- name: Checkout Repo
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
with:
fetch-depth: 1
- name: pnpm setup
uses: pnpm/action-setup@1e1c8eafbd745f64b1ef30a7d7ed7965034c486c
- name: Check for pinned dependencies
run: pnpm dlx tsx@4.21.0 ./scripts/check-dependency-versions.ts