Changeset 50198 for branches/5.6
- Timestamp:
- 02/05/2021 03:49:58 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6/.github/workflows/verify-npm-on-windows.yml
r49371 r50198 18 18 # - Checks out the repository. 19 19 # - Logs debug information about the runner container. 20 # - Installs NodeJS 1 2(todo: install the version of NPM specified in the `.nvmrc` file to support older branches).20 # - Installs NodeJS 14 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches). 21 21 # - Sets up caching for NPM. 22 22 # _ Installs NPM dependencies using install-changed to hash the `package.json` file. … … 46 46 uses: actions/setup-node@v1 47 47 with: 48 node-version: 1 248 node-version: 14 49 49 50 50 - name: Get NPM cache directory
Note: See TracChangeset
for help on using the changeset viewer.