Changeset 51341 for trunk/.github/workflows/phpunit-tests.yml
- Timestamp:
- 07/06/2021 01:12:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r50930 r51341 44 44 # - Sets up the environment variables needed for testing with memcached (if desired). 45 45 # - Installs NodeJS 14. 46 # - Sets up caching for NPM.47 46 # - Installs NPM dependencies 48 47 # - Configures caching for Composer. … … 115 114 116 115 - name: Install NodeJS 117 uses: actions/setup-node@ 46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea # v2.1.5116 uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f # v2.2.2 118 117 with: 119 118 node-version: 14 120 121 - name: Use cached Node modules 122 uses: actions/cache@26968a09c0ea4f3e233fdddbafd1166051a095f6 # v2.1.4 123 env: 124 cache-name: cache-node-modules 125 with: 126 # npm cache files are stored in `~/.npm` on Linux/macOS 127 path: ~/.npm 128 key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} 119 cache: npm 129 120 130 121 - name: Install Dependencies
Note: See TracChangeset
for help on using the changeset viewer.