Changeset 50268
- Timestamp:
- 02/09/2021 02:15:50 PM (4 years ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r49938 r50268 65 65 # Runs the JavaScript coding standards checks. 66 66 # 67 # JSHint violations are not currently reported inline with annotations. 68 # 67 69 # Performs the following steps: 68 70 # - Checks out the repository. 69 71 # - Logs debug information about the runner container. 70 # - Installs NodeJS 1 2 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches)72 # - Installs NodeJS 14. 71 73 # - Sets up caching for NPM. 72 74 # - Logs updated debug information. -
trunk/.github/workflows/end-to-end-tests.yml
r49782 r50268 21 21 # - Checks out the repository. 22 22 # - Logs debug information about the runner container. 23 # - Installs NodeJS 1 2 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches).23 # - Installs NodeJS 14. 24 24 # - Sets up caching for NPM. 25 25 # _ Installs NPM dependencies using install-changed to hash the `package.json` file. -
trunk/.github/workflows/javascript-tests.yml
r49782 r50268 15 15 # - Checks out the repository. 16 16 # - Logs debug information about the runner container. 17 # - Installs NodeJS 1 2 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches).17 # - Installs NodeJS 14. 18 18 # - Sets up caching for NPM. 19 19 # - Logs updated debug information. -
trunk/.github/workflows/verify-npm-on-windows.yml
r49782 r50268 18 18 # - Checks out the repository. 19 19 # - Logs debug information about the runner container. 20 # - Installs NodeJS 1 2 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches).20 # - Installs NodeJS 14. 21 21 # - Sets up caching for NPM. 22 22 # _ Installs NPM dependencies using install-changed to hash the `package.json` file.
Note: See TracChangeset
for help on using the changeset viewer.