Changeset 54650 for trunk/.github/workflows/phpunit-tests.yml
- Timestamp:
- 10/19/2022 06:18:45 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/phpunit-tests.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r54649 r54650 38 38 # - Sets environment variables. 39 39 # - Sets up the environment variables needed for testing with memcached (if desired). 40 # - Installs Node JS.41 # - Installs NPMdependencies40 # - Installs Node.js. 41 # - Installs npm dependencies 42 42 # - Configures caching for Composer. 43 43 # - Installs Composer dependencies. … … 109 109 uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 110 110 111 - name: Install Node JS111 - name: Install Node.js 112 112 uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1 113 113 with:
Note: See TracChangeset
for help on using the changeset viewer.