mirror of https://github.com/twbs/bootstrap.git
				
				
				
			CI: make use of the `actions/setup-node`'s `cache` option (#34453)
This commit is contained in:
		
							parent
							
								
									9cf31d9f8e
								
							
						
					
					
						commit
						70267da28e
					
				| 
						 | 
				
			
			@ -21,14 +21,7 @@ jobs:
 | 
			
		|||
        uses: actions/setup-node@v2
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: "${{ env.NODE }}"
 | 
			
		||||
 | 
			
		||||
      - name: Set up npm cache
 | 
			
		||||
        uses: actions/cache@v2
 | 
			
		||||
        with:
 | 
			
		||||
          path: ~/.npm
 | 
			
		||||
          key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
 | 
			
		||||
          restore-keys: |
 | 
			
		||||
            ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
 | 
			
		||||
          cache: npm
 | 
			
		||||
 | 
			
		||||
      - name: Install npm dependencies
 | 
			
		||||
        run: npm ci
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -20,14 +20,7 @@ jobs:
 | 
			
		|||
        uses: actions/setup-node@v2
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: "${{ env.NODE }}"
 | 
			
		||||
 | 
			
		||||
      - name: Set up npm cache
 | 
			
		||||
        uses: actions/cache@v2
 | 
			
		||||
        with:
 | 
			
		||||
          path: ~/.npm
 | 
			
		||||
          key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
 | 
			
		||||
          restore-keys: |
 | 
			
		||||
            ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
 | 
			
		||||
          cache: npm
 | 
			
		||||
 | 
			
		||||
      - name: Install npm dependencies
 | 
			
		||||
        run: npm ci
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -22,14 +22,7 @@ jobs:
 | 
			
		|||
        uses: actions/setup-node@v2
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: "${{ env.NODE }}"
 | 
			
		||||
 | 
			
		||||
      - name: Set up npm cache
 | 
			
		||||
        uses: actions/cache@v2
 | 
			
		||||
        with:
 | 
			
		||||
          path: ~/.npm
 | 
			
		||||
          key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
 | 
			
		||||
          restore-keys: |
 | 
			
		||||
            ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
 | 
			
		||||
          cache: npm
 | 
			
		||||
 | 
			
		||||
      - name: Install npm dependencies
 | 
			
		||||
        run: npm ci
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -22,17 +22,10 @@ jobs:
 | 
			
		|||
        uses: actions/setup-node@v2
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: "${{ env.NODE }}"
 | 
			
		||||
          cache: npm
 | 
			
		||||
 | 
			
		||||
      - run: java -version
 | 
			
		||||
 | 
			
		||||
      - name: Set up npm cache
 | 
			
		||||
        uses: actions/cache@v2
 | 
			
		||||
        with:
 | 
			
		||||
          path: ~/.npm
 | 
			
		||||
          key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
 | 
			
		||||
          restore-keys: |
 | 
			
		||||
            ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
 | 
			
		||||
 | 
			
		||||
      - name: Install npm dependencies
 | 
			
		||||
        run: npm ci
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -27,14 +27,7 @@ jobs:
 | 
			
		|||
        uses: actions/setup-node@v2
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: ${{ matrix.node }}
 | 
			
		||||
 | 
			
		||||
      - name: Set up npm cache
 | 
			
		||||
        uses: actions/cache@v2
 | 
			
		||||
        with:
 | 
			
		||||
          path: ~/.npm
 | 
			
		||||
          key: ${{ runner.os }}-node-${{ matrix.node }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
 | 
			
		||||
          restore-keys: |
 | 
			
		||||
            ${{ runner.os }}-node-${{ matrix.node }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
 | 
			
		||||
          cache: npm
 | 
			
		||||
 | 
			
		||||
      - name: Install npm dependencies
 | 
			
		||||
        run: npm ci
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -22,14 +22,7 @@ jobs:
 | 
			
		|||
        uses: actions/setup-node@v2
 | 
			
		||||
        with:
 | 
			
		||||
          node-version: "${{ env.NODE }}"
 | 
			
		||||
 | 
			
		||||
      - name: Set up npm cache
 | 
			
		||||
        uses: actions/cache@v2
 | 
			
		||||
        with:
 | 
			
		||||
          path: ~/.npm
 | 
			
		||||
          key: ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
 | 
			
		||||
          restore-keys: |
 | 
			
		||||
            ${{ runner.os }}-node-${{ env.NODE }}-${{ hashFiles('package.json') }}-${{ hashFiles('package-lock.json') }}
 | 
			
		||||
          cache: npm
 | 
			
		||||
 | 
			
		||||
      - name: Install npm dependencies
 | 
			
		||||
        run: npm ci
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue