Make WordPress Core

Changeset 50268


Ignore:
Timestamp:
02/09/2021 02:15:50 PM (3 years ago)
Author:
desrosj
Message:

Build/Test Tools: Correct some inline documentation within GitHub Action files.

This corrects several inaccuracies within the GitHub Action workflow files.

See #50401.

Location:
trunk/.github/workflows
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/coding-standards.yml

    r49938 r50268  
    6565  # Runs the JavaScript coding standards checks.
    6666  #
     67  # JSHint violations are not currently reported inline with annotations.
     68  #
    6769  # Performs the following steps:
    6870  # - Checks out the repository.
    6971  # - Logs debug information about the runner container.
    70   # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches)
     72  # - Installs NodeJS 14.
    7173  # - Sets up caching for NPM.
    7274  # - Logs updated debug information.
  • trunk/.github/workflows/end-to-end-tests.yml

    r49782 r50268  
    2121  # - Checks out the repository.
    2222  # - Logs debug information about the runner container.
    23   # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches).
     23  # - Installs NodeJS 14.
    2424  # - Sets up caching for NPM.
    2525  # _ Installs NPM dependencies using install-changed to hash the `package.json` file.
  • trunk/.github/workflows/javascript-tests.yml

    r49782 r50268  
    1515  # - Checks out the repository.
    1616  # - Logs debug information about the runner container.
    17   # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches).
     17  # - Installs NodeJS 14.
    1818  # - Sets up caching for NPM.
    1919  # - Logs updated debug information.
  • trunk/.github/workflows/verify-npm-on-windows.yml

    r49782 r50268  
    1818  # - Checks out the repository.
    1919  # - Logs debug information about the runner container.
    20   # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches).
     20  # - Installs NodeJS 14.
    2121  # - Sets up caching for NPM.
    2222  # _ Installs NPM dependencies using install-changed to hash the `package.json` file.
Note: See TracChangeset for help on using the changeset viewer.