mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Update nodejs version in CI
Angular does not allow nodejs version 15.
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -153,7 +153,7 @@ jobs: | ||||
|     - | ||||
|       uses: actions/setup-node@v2 | ||||
|       with: | ||||
|         node-version: '15' | ||||
|         node-version: '16' | ||||
|     - | ||||
|       name: Configure version on dev branches | ||||
|       if: startsWith(github.ref, 'refs/heads/feature-') || github.ref == 'refs/heads/dev' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Yannic Schroeder
					Yannic Schroeder