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/phpunit-tests.yml

    r54649 r54650  
    3838  # - Sets environment variables.
    3939  # - Sets up the environment variables needed for testing with memcached (if desired).
    40   # - Installs NodeJS.
    41   # - Installs NPM dependencies
     40  # - Installs Node.js.
     41  # - Installs npm dependencies
    4242  # - Configures caching for Composer.
    4343  # - Installs Composer dependencies.
     
    109109        uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
    110110
    111       - name: Install NodeJS
     111      - name: Install Node.js
    112112        uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1
    113113        with:
Note: See TracChangeset for help on using the changeset viewer.