mirror of
				https://github.com/node-ebics/node-ebics-client.git
				synced 2025-11-03 22:51:04 +00:00 
			
		
		
		
	
							
								
								
									
										23
									
								
								.github/workflows/CI.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								.github/workflows/CI.yml
									
									
									
									
										vendored
									
									
										Normal file
									
								
							@@ -0,0 +1,23 @@
 | 
				
			|||||||
 | 
					name: CI
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					on:
 | 
				
			||||||
 | 
					  push:
 | 
				
			||||||
 | 
					    branches: [ main ]
 | 
				
			||||||
 | 
					  pull_request:
 | 
				
			||||||
 | 
					    branches: [ main ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					jobs:
 | 
				
			||||||
 | 
					  build:
 | 
				
			||||||
 | 
					    runs-on: ubuntu-latest
 | 
				
			||||||
 | 
					    strategy:
 | 
				
			||||||
 | 
					      matrix:
 | 
				
			||||||
 | 
					        node: [ 14, 16, 18 ]
 | 
				
			||||||
 | 
					    name: Node.js ${{ matrix.node }}
 | 
				
			||||||
 | 
					    steps:
 | 
				
			||||||
 | 
					      - uses: actions/checkout@v3
 | 
				
			||||||
 | 
					      - name: Setup node
 | 
				
			||||||
 | 
					        uses: actions/setup-node@v3
 | 
				
			||||||
 | 
					        with:
 | 
				
			||||||
 | 
					          node-version: ${{ matrix.node }}
 | 
				
			||||||
 | 
					      - run: npm ci
 | 
				
			||||||
 | 
					      - run: npm test
 | 
				
			||||||
							
								
								
									
										6277
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6277
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -75,7 +75,7 @@
 | 
				
			|||||||
		"eslint": "^6.7.2",
 | 
							"eslint": "^6.7.2",
 | 
				
			||||||
		"eslint-config-ecollect-base": "^0.1.2",
 | 
							"eslint-config-ecollect-base": "^0.1.2",
 | 
				
			||||||
		"eslint-plugin-import": "^2.18.2",
 | 
							"eslint-plugin-import": "^2.18.2",
 | 
				
			||||||
		"libxmljs": "^0.19.7",
 | 
							"libxmljs": "^0.19.10",
 | 
				
			||||||
		"mocha": "^7.1.2",
 | 
							"mocha": "^7.1.2",
 | 
				
			||||||
		"nyc": "^15.1.0"
 | 
							"nyc": "^15.1.0"
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user