Skip to content

deps: fix open dependabot alerts (#5, #6, #7, #10, #11, #14, #18, #19… #159

deps: fix open dependabot alerts (#5, #6, #7, #10, #11, #14, #18, #19…

deps: fix open dependabot alerts (#5, #6, #7, #10, #11, #14, #18, #19… #159

Workflow file for this run

name: Release Doctor
on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
release_doctor:
name: release doctor
runs-on: ubuntu-latest
if: github.repository == 'lmnt-com/lmnt-node' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || startsWith(github.head_ref, 'release-please') || github.head_ref == 'next')
steps:
- uses: actions/checkout@v4
- name: Check release environment
run: |
bash ./bin/check-release-environment
env:
NPM_TOKEN: ${{ secrets.LMNT_NPM_TOKEN || secrets.NPM_TOKEN }}