Make WordPress Core


Ignore:
Timestamp:
10/19/2022 06:18:45 PM (3 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/end-to-end-tests.yml

    r54511 r54650  
    3737  # - Checks out the repository.
    3838  # - Logs debug information about the GitHub Action runner.
    39   # - Installs NodeJS.
    40   # _ Installs NPM dependencies.
     39  # - Installs Node.js.
     40  # _ Installs npm dependencies.
    4141  # - Builds WordPress to run from the `build` directory.
    4242  # - Starts the WordPress Docker container.
     
    7373          locale -a
    7474
    75       - name: Install NodeJS
     75      - name: Install Node.js
    7676        uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1
    7777        with:
Note: See TracChangeset for help on using the changeset viewer.