mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	Update ci.yml
This commit is contained in:
		
							
								
								
									
										16
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
name: CI/CD
 | 
			
		||||
name: CI
 | 
			
		||||
 | 
			
		||||
on:
 | 
			
		||||
  push:
 | 
			
		||||
@@ -6,18 +6,8 @@ on:
 | 
			
		||||
      - gh-pages
 | 
			
		||||
 | 
			
		||||
jobs:
 | 
			
		||||
  ci-cd:
 | 
			
		||||
  ci:
 | 
			
		||||
    runs-on: ubuntu-latest
 | 
			
		||||
    steps:
 | 
			
		||||
    - name: Checkout code
 | 
			
		||||
      uses: actions/checkout@v3
 | 
			
		||||
      with:
 | 
			
		||||
        node-version: 20
 | 
			
		||||
 | 
			
		||||
    - name: Set up Node.js
 | 
			
		||||
      uses: actions/setup-node@v3
 | 
			
		||||
      with:
 | 
			
		||||
        node-version: 20
 | 
			
		||||
        registry-url: https://registry.npmjs.org/
 | 
			
		||||
        cache: npm
 | 
			
		||||
 | 
			
		||||
      uses: actions/checkout@v4
 | 
			
		||||
		Reference in New Issue
	
	Block a user