Changeset 49369 for trunk/.github/workflows/verify-npm-on-windows.yml
- Timestamp:
- 10/29/2020 01:20:42 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/verify-npm-on-windows.yml
r49244 r49369 20 20 # - Installs NodeJS 12 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches) 21 21 # - Sets up caching for NPM. 22 # _ Installs NPM dependencies .22 # _ Installs NPM dependencies using install-changed to hash the `package.json` file. 23 23 # - Builds WordPress to run from the `build` directory. 24 24 test-npm: … … 63 63 64 64 - name: Install Dependencies 65 run: np m ci65 run: npx install-changed --install-command="npm ci" 66 66 67 67 - name: Build WordPress
Note: See TracChangeset
for help on using the changeset viewer.