Changeset 51341 for trunk/.github/workflows/javascript-tests.yml
- Timestamp:
- 07/06/2021 01:12:13 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/.github/workflows/javascript-tests.yml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/javascript-tests.yml
r50930 r51341 47 47 # - Logs debug information about the runner container. 48 48 # - Installs NodeJS 14. 49 # - Sets up caching for NPM.50 49 # - Logs updated debug information. 51 50 # _ Installs NPM dependencies using install-changed to hash the `package.json` file. … … 69 68 70 69 - name: Install NodeJS 71 uses: actions/setup-node@ 46071b5c7a2e0c34e49c3cb8a0e792e86e18d5ea # v2.1.570 uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f # v2.2.2 72 71 with: 73 72 node-version: 14 74 75 - name: Cache NodeJS modules 76 uses: actions/cache@26968a09c0ea4f3e233fdddbafd1166051a095f6 # v2.1.4 77 env: 78 cache-name: cache-node-modules 79 with: 80 # npm cache files are stored in `~/.npm` on Linux/macOS 81 path: ~/.npm 82 key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} 73 cache: npm 83 74 84 75 - name: Log debug information
Note: See TracChangeset
for help on using the changeset viewer.