Changeset 54851 for trunk/.github/workflows/javascript-tests.yml
- Timestamp:
- 11/16/2022 07:32:57 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/javascript-tests.yml
r54674 r54851 44 44 # Performs the following steps: 45 45 # - Checks out the repository. 46 # - Sets up Node.js. 46 47 # - Logs debug information about the GitHub Action runner. 47 # - Installs Node.js. 48 # - Logs updated debug information. 49 # _ Installs npm dependencies. 48 # - Installs npm dependencies. 50 49 # - Run the WordPress QUnit tests. 51 50 # - Ensures version-controlled files are not modified or deleted. … … 60 59 uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 61 60 62 - name: Log debug information 63 run: | 64 npm --version 65 node --version 66 git --version 67 svn --version 68 69 - name: Install Node.js 61 - name: Set up Node.js 70 62 uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1 71 63 with: … … 77 69 npm --version 78 70 node --version 71 git --version 72 svn --version 79 73 80 - name: Install Dependencies74 - name: Install npm Dependencies 81 75 run: npm ci 82 76
Note: See TracChangeset
for help on using the changeset viewer.