Make WordPress Core


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

    r54511 r54650  
    2020      # Any change to a JavaScript file should run tests.
    2121      - '**.js'
    22       # These files configure NPM. Changes could affect the outcome.
     22      # These files configure npm. Changes could affect the outcome.
    2323      - 'package*.json'
    2424      # This file configures ESLint. Changes could affect the outcome.
     
    4545  # - Checks out the repository.
    4646  # - Logs debug information about the GitHub Action runner.
    47   # - Installs NodeJS.
     47  # - Installs Node.js.
    4848  # - Logs updated debug information.
    49   # _ Installs NPM dependencies.
     49  # _ Installs npm dependencies.
    5050  # - Run the WordPress QUnit tests.
    5151  # - Ensures version-controlled files are not modified or deleted.
     
    6767          svn --version
    6868
    69       - name: Install NodeJS
     69      - name: Install Node.js
    7070        uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1
    7171        with:
Note: See TracChangeset for help on using the changeset viewer.