Changeset 54650 for trunk/.github/workflows/test-coverage.yml
- Timestamp:
- 10/19/2022 06:18:45 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/test-coverage.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-coverage.yml
r54649 r54650 40 40 # - Checks out the WordPress Importer plugin (needed for the Core PHPUnit tests). 41 41 # - Logs debug information about the GitHub Action runner. 42 # - Installs Node JS.43 # _ Installs NPMdependencies.42 # - Installs Node.js. 43 # _ Installs npm dependencies. 44 44 # - Logs Docker debug information (about the Docker installation within the runner). 45 45 # - Starts the WordPress Docker container. … … 87 87 locale -a 88 88 89 - name: Install Node JS89 - name: Install Node.js 90 90 uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1 91 91 with:
Note: See TracChangeset
for help on using the changeset viewer.