Changeset 50387
- Timestamp:
- 02/18/2021 06:45:23 PM (4 years ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r50298 r50387 99 99 100 100 - name: Install NodeJS 101 uses: actions/setup-node@v 1101 uses: actions/setup-node@v2 102 102 with: 103 103 node-version: 14 -
trunk/.github/workflows/end-to-end-tests.yml
r50298 r50387 43 43 - name: Cancel previous runs of this workflow (pull requests only) 44 44 if: ${{ github.event_name == 'pull_request' }} 45 uses: styfle/cancel-workflow-action@0. 5.045 uses: styfle/cancel-workflow-action@0.8.0 46 46 with: 47 47 access_token: ${{ github.token }} … … 67 67 68 68 - name: Install NodeJS 69 uses: actions/setup-node@v 169 uses: actions/setup-node@v2 70 70 with: 71 71 node-version: 14 -
trunk/.github/workflows/javascript-tests.yml
r50298 r50387 34 34 - name: Cancel previous runs of this workflow (pull requests only) 35 35 if: ${{ github.event_name == 'pull_request' }} 36 uses: styfle/cancel-workflow-action@0. 5.036 uses: styfle/cancel-workflow-action@0.8.0 37 37 with: 38 38 access_token: ${{ github.token }} … … 49 49 50 50 - name: Install NodeJS 51 uses: actions/setup-node@v 151 uses: actions/setup-node@v2 52 52 with: 53 53 node-version: 14 -
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 -
trunk/.github/workflows/test-coverage.yml
r49931 r50387 70 70 71 71 - name: Install NodeJS 72 uses: actions/setup-node@v 172 uses: actions/setup-node@v2 73 73 with: 74 74 node-version: 14 -
trunk/.github/workflows/verify-npm-on-windows.yml
r50298 r50387 31 31 - name: Cancel previous runs of this workflow (pull requests only) 32 32 if: ${{ github.event_name == 'pull_request' }} 33 uses: styfle/cancel-workflow-action@0. 5.033 uses: styfle/cancel-workflow-action@0.8.0 34 34 with: 35 35 access_token: ${{ github.token }} … … 47 47 48 48 - name: Install NodeJS 49 uses: actions/setup-node@v 149 uses: actions/setup-node@v2 50 50 with: 51 51 node-version: 14
Note: See TracChangeset
for help on using the changeset viewer.