* feat: upgraded to node v18, added .nvmrc and updated workflows * feat: upfate validate workflow * feat: update validate workflow * fix: update lock file * refactor: update validate file * build: update pkg * refactor: updated packages * build: updated frontend-build, frontend-platform, component-footer & component-header packages * refactor: updated workflow * refactor: updated workflow * refactor: updated workflow * build: update commit file * build: update lock file * refactor: update workflow * refactor: update workflow * refactor: update workflow * refactor: update workflow * build: update pkg * build: update pkgs * build: update lock file --------- Co-authored-by: Bilal Qamar <59555732+BilalQamar95@users.noreply.github.com>
14 lines
223 B
YAML
14 lines
223 B
YAML
#check package-lock file version
|
|
|
|
name: Lockfile Version check
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
pull_request:
|
|
|
|
jobs:
|
|
version-check:
|
|
uses: openedx/.github/.github/workflows/lockfileversion-check-v3.yml@master
|