Make WordPress Core


Ignore:
Timestamp:
10/19/2022 06:18:45 PM (4 years ago)
Author:
desrosj
Message:

General: Correctly refer to “npm” and “Node.js”.

This update all references to npm and Node.js to their correct spelling.

Fixes #56816.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/test-coverage.yml

    r54649 r54650  
    4040  # - Checks out the WordPress Importer plugin (needed for the Core PHPUnit tests).
    4141  # - Logs debug information about the GitHub Action runner.
    42   # - Installs NodeJS.
    43   # _ Installs NPM dependencies.
     42  # - Installs Node.js.
     43  # _ Installs npm dependencies.
    4444  # - Logs Docker debug information (about the Docker installation within the runner).
    4545  # - Starts the WordPress Docker container.
     
    8787          locale -a
    8888
    89       - name: Install NodeJS
     89      - name: Install Node.js
    9090        uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1
    9191        with:
Note: See TracChangeset for help on using the changeset viewer.