Changeset 50387 for trunk/.github/workflows/javascript-tests.yml
- Timestamp:
- 02/18/2021 06:45:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.