Changeset 49782
- Timestamp:
- 12/09/2020 08:55:42 PM (4 years ago)
- Location:
- trunk/.github/workflows
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.github/workflows/coding-standards.yml
r49781 r49782 106 106 uses: actions/setup-node@v1 107 107 with: 108 node-version: 1 2108 node-version: 14 109 109 110 110 - name: Cache NodeJS modules -
trunk/.github/workflows/end-to-end-tests.yml
r49781 r49782 66 66 uses: actions/setup-node@v1 67 67 with: 68 node-version: 1 268 node-version: 14 69 69 70 70 - name: Cache NodeJS modules -
trunk/.github/workflows/javascript-tests.yml
r49781 r49782 46 46 uses: actions/setup-node@v1 47 47 with: 48 node-version: 1 248 node-version: 14 49 49 50 50 - name: Cache NodeJS modules -
trunk/.github/workflows/phpunit-tests.yml
r49781 r49782 67 67 uses: actions/setup-node@v1 68 68 with: 69 node-version: 1 269 node-version: 14 70 70 71 71 - name: Cache NodeJS modules … … 162 162 uses: actions/setup-node@v1 163 163 with: 164 node-version: 1 2164 node-version: 14 165 165 166 166 - name: Use cached Node modules -
trunk/.github/workflows/verify-npm-on-windows.yml
r49781 r49782 48 48 uses: actions/setup-node@v1 49 49 with: 50 node-version: 1 250 node-version: 14 51 51 52 52 - name: Get NPM cache directory
Note: See TracChangeset
for help on using the changeset viewer.