diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 83097a158d..d286f5abf6 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -64,10 +64,12 @@ jobs: # Runs the JavaScript coding standards checks. # + # JSHint violations are not currently reported inline with annotations. + # # Performs the following steps: # - Checks out the repository. # - Logs debug information about the runner container. - # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches) + # - Installs NodeJS 14. # - Sets up caching for NPM. # - Logs updated debug information. # _ Installs NPM dependencies using install-changed to hash the `package.json` file. diff --git a/.github/workflows/end-to-end-tests.yml b/.github/workflows/end-to-end-tests.yml index 5769d52422..131dd6fa41 100644 --- a/.github/workflows/end-to-end-tests.yml +++ b/.github/workflows/end-to-end-tests.yml @@ -20,7 +20,7 @@ jobs: # - Set environment variables. # - Checks out the repository. # - Logs debug information about the runner container. - # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches). + # - Installs NodeJS 14. # - Sets up caching for NPM. # _ Installs NPM dependencies using install-changed to hash the `package.json` file. # - Builds WordPress to run from the `build` directory. diff --git a/.github/workflows/javascript-tests.yml b/.github/workflows/javascript-tests.yml index 1a331114aa..caba388d9f 100644 --- a/.github/workflows/javascript-tests.yml +++ b/.github/workflows/javascript-tests.yml @@ -14,7 +14,7 @@ jobs: # - Cancels all previous workflow runs for pull requests that have not completed. # - Checks out the repository. # - Logs debug information about the runner container. - # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches). + # - Installs NodeJS 14. # - Sets up caching for NPM. # - Logs updated debug information. # _ Installs NPM dependencies using install-changed to hash the `package.json` file. diff --git a/.github/workflows/verify-npm-on-windows.yml b/.github/workflows/verify-npm-on-windows.yml index f403d2c628..3b3c4b22eb 100644 --- a/.github/workflows/verify-npm-on-windows.yml +++ b/.github/workflows/verify-npm-on-windows.yml @@ -17,7 +17,7 @@ jobs: # - Cancels all previous workflow runs for pull requests that have not completed. # - Checks out the repository. # - Logs debug information about the runner container. - # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches). + # - Installs NodeJS 14. # - Sets up caching for NPM. # _ Installs NPM dependencies using install-changed to hash the `package.json` file. # - Builds WordPress to run from the `build` directory.