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/coding-standards.yml

    r54649 r54650  
    2222      - '**.js'
    2323      - '**.php'
    24       # These files configure NPM. Changes could affect the outcome.
     24      # These files configure npm. Changes could affect the outcome.
    2525      - 'package*.json'
    2626      # These files configure Composer. Changes could affect the outcome.
     
    126126  # - Checks out the repository.
    127127  # - Logs debug information about the GitHub Action runner.
    128   # - Installs NodeJS.
     128  # - Installs Node.js.
    129129  # - Logs updated debug information.
    130   # _ Installs NPM dependencies.
     130  # _ Installs npm dependencies.
    131131  # - Run the WordPress JSHint checks.
    132132  # - Ensures version-controlled files are not modified or deleted.
     
    150150          svn --version
    151151
    152       - name: Install NodeJS
     152      - name: Install Node.js
    153153        uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1
    154154        with:
Note: See TracChangeset for help on using the changeset viewer.