Changeset 51341 for trunk/.github/workflows/end-to-end-tests.yml
- Timestamp:
- 07/06/2021 01:12:13 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/end-to-end-tests.yml
r50930 r51341 38 38 # - Logs debug information about the runner container. 39 39 # - Installs NodeJS 14. 40 # - Sets up caching for NPM.41 40 # _ Installs NPM dependencies using install-changed to hash the `package.json` file. 42 41 # - Builds WordPress to run from the `build` directory. … … 74 73 75 74 - name: Install NodeJS 76 uses: actions/setup-node@ 46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea # v2.1.575 uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f # v2.2.2 77 76 with: 78 77 node-version: 14 79 80 - name: Cache NodeJS modules 81 uses: actions/cache@26968a09c0ea4f3e233fdddbafd1166051a095f6 # v2.1.4 82 env: 83 cache-name: cache-node-modules 84 with: 85 # npm cache files are stored in `~/.npm` on Linux/macOS 86 path: ~/.npm 87 key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} 78 cache: npm 88 79 89 80 - name: Install Dependencies
Note: See TracChangeset
for help on using the changeset viewer.