Make WordPress Core


Ignore:
Timestamp:
12/09/2020 08:55:42 PM (4 years ago)
Author:
desrosj
Message:

Build/Test Tools: Use NodeJS 14 in GitHub Action workflows.

14.x is the current LTS release, and is what trunk currently runs.

See #50401.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/phpunit-tests.yml

    r49781 r49782  
    6767        uses: actions/setup-node@v1
    6868        with:
    69           node-version: 12
     69          node-version: 14
    7070
    7171      - name: Cache NodeJS modules
     
    162162        uses: actions/setup-node@v1
    163163        with:
    164           node-version: 12
     164          node-version: 14
    165165
    166166      - name: Use cached Node modules
Note: See TracChangeset for help on using the changeset viewer.