Skip to content

fix(dcellar-web-ui): update renewal notification time to 7 days (#399) #1612

fix(dcellar-web-ui): update renewal notification time to 7 days (#399)

fix(dcellar-web-ui): update renewal notification time to 7 days (#399) #1612

name: Check dependency consistent
on:
workflow_dispatch:
push:
jobs:
check-version:
name: Check mis-matching dependencies
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Run rush check
run: node common/scripts/install-run-rush.js check
validate-shrinkwrap-file:
name: Check pnpm-lock.yml is consistent
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Run rush install --check-only
run: node common/scripts/install-run-rush.js install --check-only