Changeset 53596 for branches/5.9/.github/workflows/javascript-tests.yml
- Timestamp:
- 06/30/2022 04:25:47 PM (2 years ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
- Property svn:mergeinfo changed
/trunk merged: 53112,53581-53582,53592
- Property svn:mergeinfo changed
-
branches/5.9/.github/workflows/javascript-tests.yml
r52233 r53596 43 43 # Performs the following steps: 44 44 # - Checks out the repository. 45 # - Logs debug information about the runner container.46 # - Installs NodeJS 14.45 # - Logs debug information about the GitHub Action runner. 46 # - Installs NodeJS. 47 47 # - Logs updated debug information. 48 # _ Installs NPM dependencies using install-changed to hash the `package.json` file.48 # _ Installs NPM dependencies. 49 49 # - Run the WordPress QUnit tests. 50 50 # - Ensures version-controlled files are not modified or deleted. … … 57 57 steps: 58 58 - name: Checkout repository 59 uses: actions/checkout@ ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.059 uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2 60 60 61 61 - name: Log debug information … … 67 67 68 68 - name: Install NodeJS 69 uses: actions/setup-node@ 270253e841af726300e85d718a5f606959b2903c # v2.4.169 uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0 70 70 with: 71 node-version : 1471 node-version-file: '.nvmrc' 72 72 cache: npm 73 73
Note: See TracChangeset
for help on using the changeset viewer.