- Timestamp:
- 02/12/2021 02:53:59 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
- Property svn:mergeinfo changed
/trunk merged: 49781-49784,49786,49836,49938,50268,50285
- Property svn:mergeinfo changed
-
branches/5.6/.github/workflows/verify-npm-on-windows.yml
r50198 r50296 18 18 # - Checks out the repository. 19 19 # - Logs debug information about the runner container. 20 # - Installs NodeJS 14 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches).20 # - Installs NodeJS 14. 21 21 # - Sets up caching for NPM. 22 22 # _ Installs NPM dependencies using install-changed to hash the `package.json` file. … … 25 25 name: Tests NPM on Windows 26 26 runs-on: windows-latest 27 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} 28 27 29 steps: 28 30 - name: Cancel previous runs of this workflow (pull requests only)
Note: See TracChangeset
for help on using the changeset viewer.