Changeset 54650 for trunk/.github/workflows/javascript-tests.yml
- Timestamp:
- 10/19/2022 06:18:45 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/javascript-tests.yml
r54511 r54650 20 20 # Any change to a JavaScript file should run tests. 21 21 - '**.js' 22 # These files configure NPM. Changes could affect the outcome.22 # These files configure npm. Changes could affect the outcome. 23 23 - 'package*.json' 24 24 # This file configures ESLint. Changes could affect the outcome. … … 45 45 # - Checks out the repository. 46 46 # - Logs debug information about the GitHub Action runner. 47 # - Installs Node JS.47 # - Installs Node.js. 48 48 # - Logs updated debug information. 49 # _ Installs NPMdependencies.49 # _ Installs npm dependencies. 50 50 # - Run the WordPress QUnit tests. 51 51 # - Ensures version-controlled files are not modified or deleted. … … 67 67 svn --version 68 68 69 - name: Install Node JS69 - name: Install Node.js 70 70 uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1 71 71 with:
Note: See TracChangeset
for help on using the changeset viewer.