Changeset 13684 for trunk/.github/workflows/unit-tests.yml
- Timestamp:
- 12/30/2023 09:56:33 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/unit-tests.yml
r13651 r13684 32 32 steps: 33 33 - name: Cancel previous runs of this workflow 34 uses: styfle/cancel-workflow-action@0. 5.034 uses: styfle/cancel-workflow-action@0.12.0 35 35 with: 36 36 access_token: ${{ github.token }} … … 45 45 tools: composer:v2 46 46 coverage: none 47 48 - name: Set up Node.js 49 uses: actions/setup-node@v4 50 with: 51 node-version: '>=20.10.0' 47 52 48 53 - name: Log information
Note: See TracChangeset
for help on using the changeset viewer.