Make WordPress Core


Ignore:
Timestamp:
08/11/2025 05:04:15 PM (3 months ago)
Author:
johnbillion
Message:

Build/Test Tools: Ensure a change to the Node version always runs relevant test workflows.

Props johnbillion, desrosj

See #63170

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/local-docker-environment.yml

    r60534 r60625  
    1818      - 'webpack.config.js'
    1919      - 'tools/webpack/**'
     20      - '.npmrc'
     21      - '.nvmrc'
    2022      # These files configure Composer. Changes could affect the local environment.
    2123      - 'composer.*'
     
    4244      - 'webpack.config.js'
    4345      - 'tools/webpack/**'
     46      - '.npmrc'
     47      - '.nvmrc'
    4448      # These files configure Composer. Changes could affect the local environment.
    4549      - 'composer.*'
Note: See TracChangeset for help on using the changeset viewer.