Skip to content

Commit

Permalink
Add package json version check
Browse files Browse the repository at this point in the history
  • Loading branch information
ljones140 committed Sep 30, 2024
1 parent d32d944 commit 89a0971
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build-and-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ on:
workflow_dispatch:
#TODO: deploy on production branch trigger

jobs:
upload-package-lock-json:
name: Upload package-lock.json from this repo
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]

- name: Upload package-lock.json
uses: actions/upload-artifact@v4
with:
name: package-lock.json
path: package-lock.json
jobs:
build-and-deploy-prod:
uses: clearlydefined/operations/.github/workflows/[email protected]
Expand Down

0 comments on commit 89a0971

Please sign in to comment.