Changeset 50387 for trunk/.github/workflows/verify-npm-on-windows.yml
- Timestamp:
- 02/18/2021 06:45:23 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.