mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 19:13:37 +00:00 
			
		
		
		
	Create webpack.yml
“I had the pleasure of working with Check-In Holiday Pvt. Ltd. to plan a solo adventure to Bali, and I couldn't have asked for a better experience. Their team listened to my preferences and crafted an itinerary that perfectly suited my interests. I felt supported every step of the way, and I can't wait to book my next trip with them!”
This commit is contained in:
		
							parent
							
								
									8410ad0602
								
							
						
					
					
						commit
						97b233ecc5
					
				
							
								
								
									
										28
									
								
								.github/workflows/webpack.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								.github/workflows/webpack.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1,28 @@ | ||||
| name: NodeJS with Webpack | ||||
| 
 | ||||
| on: | ||||
|   push: | ||||
|     branches: [ "main" ] | ||||
|   pull_request: | ||||
|     branches: [ "main" ] | ||||
| 
 | ||||
| jobs: | ||||
|   build: | ||||
|     runs-on: ubuntu-latest | ||||
| 
 | ||||
|     strategy: | ||||
|       matrix: | ||||
|         node-version: [14.x, 16.x, 18.x] | ||||
| 
 | ||||
|     steps: | ||||
|     - uses: actions/checkout@v3 | ||||
| 
 | ||||
|     - name: Use Node.js ${{ matrix.node-version }} | ||||
|       uses: actions/setup-node@v3 | ||||
|       with: | ||||
|         node-version: ${{ matrix.node-version }} | ||||
| 
 | ||||
|     - name: Build | ||||
|       run: | | ||||
|         npm install | ||||
|         npx webpack | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user