mirror of
				https://code.forgejo.org/actions/checkout.git
				synced 2025-11-04 06:39:11 +00:00 
			
		
		
		
	Now that node24 is the min runtime, we can target a more recent version of ecmascript, and more recent libs
This commit is contained in:
		
							parent
							
								
									ff7abcd0c3
								
							
						
					
					
						commit
						96833ac418
					
				
					 2 changed files with 1315 additions and 1538 deletions
				
			
		
							
								
								
									
										2849
									
								
								dist/index.js
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2849
									
								
								dist/index.js
									
										
									
									
										vendored
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							| 
						 | 
				
			
			@ -1,9 +1,9 @@
 | 
			
		|||
{
 | 
			
		||||
  "compilerOptions": {
 | 
			
		||||
    "target": "es6",
 | 
			
		||||
    "target": "es2023",
 | 
			
		||||
    "module": "commonjs",
 | 
			
		||||
    "lib": [
 | 
			
		||||
      "es6"
 | 
			
		||||
      "es2023"
 | 
			
		||||
    ],
 | 
			
		||||
    "outDir": "./lib",
 | 
			
		||||
    "rootDir": "./src",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue