Changeset 50296 for branches/5.6/.github/workflows/javascript-tests.yml
- 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/javascript-tests.yml
r49371 r50296 15 15 # - Checks out the repository. 16 16 # - Logs debug information about the runner container. 17 # - Installs NodeJS 1 2 (todo: install the version of NPM specified in the `.nvmrc` file to support older branches).17 # - Installs NodeJS 14. 18 18 # - Sets up caching for NPM. 19 19 # - Logs updated debug information. … … 24 24 name: QUnit Tests 25 25 runs-on: ubuntu-latest 26 if: ${{ github.repository == 'WordPress/wordpress-develop' || github.event_name == 'pull_request' }} 27 26 28 steps: 27 29 - name: Cancel previous runs of this workflow (pull requests only) … … 44 46 uses: actions/setup-node@v1 45 47 with: 46 node-version: 1 248 node-version: 14 47 49 48 50 - name: Cache NodeJS modules
Note: See TracChangeset
for help on using the changeset viewer.