Changeset 54650 for trunk/.github/workflows/coding-standards.yml
- Timestamp:
- 10/19/2022 06:18:45 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/coding-standards.yml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r54649 r54650 22 22 - '**.js' 23 23 - '**.php' 24 # These files configure NPM. Changes could affect the outcome.24 # These files configure npm. Changes could affect the outcome. 25 25 - 'package*.json' 26 26 # These files configure Composer. Changes could affect the outcome. … … 126 126 # - Checks out the repository. 127 127 # - Logs debug information about the GitHub Action runner. 128 # - Installs Node JS.128 # - Installs Node.js. 129 129 # - Logs updated debug information. 130 # _ Installs NPMdependencies.130 # _ Installs npm dependencies. 131 131 # - Run the WordPress JSHint checks. 132 132 # - Ensures version-controlled files are not modified or deleted. … … 150 150 svn --version 151 151 152 - name: Install Node JS152 - name: Install Node.js 153 153 uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1 154 154 with:
Note: See TracChangeset
for help on using the changeset viewer.