mirror of
				https://github.com/theoludwig/eslint-config-conventions.git
				synced 2025-10-21 07:35:11 +02:00 
			
		
		
		
	ci: usage of Node.js v22
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/lint.yml
									
									
									
									
										vendored
									
									
								
							| @@ -15,7 +15,7 @@ jobs: | ||||
|       - name: "Setup Node.js" | ||||
|         uses: "actions/setup-node@v4.0.3" | ||||
|         with: | ||||
|           node-version: "lts/*" | ||||
|           node-version: "22.x" | ||||
|           cache: "npm" | ||||
|  | ||||
|       - name: "Install dependencies" | ||||
|   | ||||
							
								
								
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -21,7 +21,7 @@ jobs: | ||||
|       - name: "Setup Node.js" | ||||
|         uses: "actions/setup-node@v4.0.3" | ||||
|         with: | ||||
|           node-version: "lts/*" | ||||
|           node-version: "22.x" | ||||
|           cache: "npm" | ||||
|  | ||||
|       - name: "Install dependencies" | ||||
|   | ||||
							
								
								
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @@ -15,7 +15,7 @@ jobs: | ||||
|       - name: "Setup Node.js" | ||||
|         uses: "actions/setup-node@v4.0.3" | ||||
|         with: | ||||
|           node-version: "lts/*" | ||||
|           node-version: "22.x" | ||||
|           cache: "npm" | ||||
|  | ||||
|       - name: "Install dependencies" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user