Changeset 50446 for trunk/.github/workflows/coding-standards.yml
- Timestamp:
- 02/26/2021 10:47:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r50436 r50446 122 122 123 123 - name: Install Dependencies 124 run: np x install-changed --install-command="npm ci"124 run: npm ci 125 125 126 126 - name: Run JSHint
Note: See TracChangeset
for help on using the changeset viewer.