mirror of
				https://github.com/theoludwig/theoludwig.git
				synced 2025-10-14 20:23:25 +02:00 
			
		
		
		
	build(deps): bump actions/setup-node from 2.1.5 to 2.2.0 (#96)
This commit is contained in:
		
							
								
								
									
										44
									
								
								.github/workflows/Divlo.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										44
									
								
								.github/workflows/Divlo.yml
									
									
									
									
										vendored
									
									
								
							| @@ -32,18 +32,13 @@ jobs: | ||||
|       - uses: 'actions/checkout@v2.3.4' | ||||
|  | ||||
|       - name: 'Use Node.js' | ||||
|         uses: 'actions/setup-node@v2.1.5' | ||||
|         uses: 'actions/setup-node@v2.2.0' | ||||
|         with: | ||||
|           node-version: '16.x' | ||||
|  | ||||
|       - name: 'Cache dependencies' | ||||
|         uses: 'actions/cache@v2.1.6' | ||||
|         with: | ||||
|           path: '.npm' | ||||
|           key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} | ||||
|           cache: 'npm' | ||||
|  | ||||
|       - name: 'Install' | ||||
|         run: 'npm ci --cache .npm --prefer-offline' | ||||
|         run: 'npm install' | ||||
|  | ||||
|       - run: 'npm run lint:commit -- --to "${{ github.sha }}"' | ||||
|       - run: 'npm run lint:docker' | ||||
| @@ -57,18 +52,13 @@ jobs: | ||||
|       - uses: 'actions/checkout@v2.3.4' | ||||
|  | ||||
|       - name: 'Use Node.js' | ||||
|         uses: 'actions/setup-node@v2.1.5' | ||||
|         uses: 'actions/setup-node@v2.2.0' | ||||
|         with: | ||||
|           node-version: '16.x' | ||||
|  | ||||
|       - name: 'Cache dependencies' | ||||
|         uses: 'actions/cache@v2.1.6' | ||||
|         with: | ||||
|           path: '.npm' | ||||
|           key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} | ||||
|           cache: 'npm' | ||||
|  | ||||
|       - name: 'Install' | ||||
|         run: 'npm ci --cache .npm --prefer-offline' | ||||
|         run: 'npm install' | ||||
|  | ||||
|       - name: 'Build' | ||||
|         run: 'npm run build' | ||||
| @@ -84,18 +74,13 @@ jobs: | ||||
|       - uses: 'actions/checkout@v2.3.4' | ||||
|  | ||||
|       - name: 'Use Node.js' | ||||
|         uses: 'actions/setup-node@v2.1.5' | ||||
|         uses: 'actions/setup-node@v2.2.0' | ||||
|         with: | ||||
|           node-version: '16.x' | ||||
|  | ||||
|       - name: 'Cache dependencies' | ||||
|         uses: 'actions/cache@v2.1.6' | ||||
|         with: | ||||
|           path: '.npm' | ||||
|           key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} | ||||
|           cache: 'npm' | ||||
|  | ||||
|       - name: 'Install' | ||||
|         run: 'npm ci --cache .npm --prefer-offline' | ||||
|         run: 'npm install' | ||||
|  | ||||
|       - name: 'Test' | ||||
|         run: 'npm run test' | ||||
| @@ -108,18 +93,13 @@ jobs: | ||||
|       - uses: 'actions/checkout@v2.3.4' | ||||
|  | ||||
|       - name: 'Use Node.js' | ||||
|         uses: 'actions/setup-node@v2.1.5' | ||||
|         uses: 'actions/setup-node@v2.2.0' | ||||
|         with: | ||||
|           node-version: '16.x' | ||||
|  | ||||
|       - name: 'Cache dependencies' | ||||
|         uses: 'actions/cache@v2.1.6' | ||||
|         with: | ||||
|           path: '.npm' | ||||
|           key: ${{ runner.os }}-${{ hashFiles('**/package-lock.json') }} | ||||
|           cache: 'npm' | ||||
|  | ||||
|       - name: 'Install' | ||||
|         run: 'npm ci --cache .npm --prefer-offline' | ||||
|         run: 'npm install' | ||||
|  | ||||
|       - name: 'Release' | ||||
|         run: 'npm run release' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user