Changeset 54851 for trunk/.github/workflows/test-and-zip-default-themes.yml
- Timestamp:
- 11/16/2022 07:32:57 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/test-and-zip-default-themes.yml
r54740 r54851 50 50 # Performs the following steps: 51 51 # - Checks out the repository. 52 # - Installs Node.js (only when theme has a build process)53 # - Installs npm dependencies (only when theme has a build process)54 # - Runs the theme build script (only when theme has a build process)52 # - Sets up Node.js. 53 # - Installs npm dependencies. 54 # - Runs the theme build script. 55 55 # - Ensures version-controlled files are not modified or deleted. 56 56 test-build-scripts: … … 78 78 ref: ${{ github.event_name == 'workflow_dispatch' && inputs.branch || github.ref }} 79 79 80 - name: InstallNode.js80 - name: Set up Node.js 81 81 uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3.5.1 82 82 with:
Note: See TracChangeset
for help on using the changeset viewer.