Changeset 54650 for trunk/.github/workflows/end-to-end-tests.yml
- Timestamp:
- 10/19/2022 06:18:45 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/end-to-end-tests.yml
r54511 r54650 37 37 # - Checks out the repository. 38 38 # - Logs debug information about the GitHub Action runner. 39 # - Installs Node JS.40 # _ Installs NPMdependencies.39 # - Installs Node.js. 40 # _ Installs npm dependencies. 41 41 # - Builds WordPress to run from the `build` directory. 42 42 # - Starts the WordPress Docker container. … … 73 73 locale -a 74 74 75 - name: Install Node JS75 - name: Install Node.js 76 76 uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1 77 77 with:
Note: See TracChangeset
for help on using the changeset viewer.