Make WordPress Core

Changeset 50198 for branches/5.6


Ignore:
Timestamp:
02/05/2021 03:49:58 AM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Change the version of NodeJS tested on Windows to 14.

Merges [49782] to the 5.6 branch.
See #50401.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.6/.github/workflows/verify-npm-on-windows.yml

    r49371 r50198  
    1818  # - Checks out the repository.
    1919  # - Logs debug information about the runner container.
    20   # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches).
     20  # - Installs NodeJS 14 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches).
    2121  # - Sets up caching for NPM.
    2222  # _ Installs NPM dependencies using install-changed to hash the `package.json` file.
     
    4646        uses: actions/setup-node@v1
    4747        with:
    48           node-version: 12
     48          node-version: 14
    4949
    5050      - name: Get NPM cache directory
Note: See TracChangeset for help on using the changeset viewer.