Changeset 50387 for trunk/.github/workflows/phpunit-tests.yml
- Timestamp:
- 02/18/2021 06:45:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/phpunit-tests.yml
r50379 r50387 44 44 - name: Cancel previous runs of this workflow (pull requests only) 45 45 if: ${{ github.event_name == 'pull_request' }} 46 uses: styfle/cancel-workflow-action@0. 5.046 uses: styfle/cancel-workflow-action@0.8.0 47 47 with: 48 48 access_token: ${{ github.token }} … … 65 65 66 66 - name: Install NodeJS 67 uses: actions/setup-node@v 167 uses: actions/setup-node@v2 68 68 with: 69 69 node-version: 14 … … 170 170 171 171 - name: Install NodeJS 172 uses: actions/setup-node@v 1172 uses: actions/setup-node@v2 173 173 with: 174 174 node-version: 14
Note: See TracChangeset
for help on using the changeset viewer.