mirror of
				https://github.com/threeal/cmake-action.git
				synced 2025-11-04 05:43:42 +00:00 
			
		
		
		
	build: setup Node.js using pnpm
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
This commit is contained in:
		
							parent
							
								
									56db79de2b
								
							
						
					
					
						commit
						ea8496dd1c
					
				
							
								
								
									
										5
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/build.yaml
									
									
									
									
										vendored
									
									
								
							@ -12,11 +12,6 @@ jobs:
 | 
				
			|||||||
      - name: Checkout Project
 | 
					      - name: Checkout Project
 | 
				
			||||||
        uses: actions/checkout@v4.2.2
 | 
					        uses: actions/checkout@v4.2.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Setup Node.js
 | 
					 | 
				
			||||||
        uses: actions/setup-node@v4.3.0
 | 
					 | 
				
			||||||
        with:
 | 
					 | 
				
			||||||
          node-version-file: .nvmrc
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
      - name: Setup pnpm
 | 
					      - name: Setup pnpm
 | 
				
			||||||
        uses: threeal/setup-pnpm-action@v1.0.0
 | 
					        uses: threeal/setup-pnpm-action@v1.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										5
									
								
								.github/workflows/check.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/check.yaml
									
									
									
									
										vendored
									
									
								
							@ -12,11 +12,6 @@ jobs:
 | 
				
			|||||||
      - name: Checkout Project
 | 
					      - name: Checkout Project
 | 
				
			||||||
        uses: actions/checkout@v4.2.2
 | 
					        uses: actions/checkout@v4.2.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Setup Node.js
 | 
					 | 
				
			||||||
        uses: actions/setup-node@v4.3.0
 | 
					 | 
				
			||||||
        with:
 | 
					 | 
				
			||||||
          node-version-file: .nvmrc
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
      - name: Setup pnpm
 | 
					      - name: Setup pnpm
 | 
				
			||||||
        uses: threeal/setup-pnpm-action@v1.0.0
 | 
					        uses: threeal/setup-pnpm-action@v1.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										5
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										5
									
								
								.github/workflows/test.yaml
									
									
									
									
										vendored
									
									
								
							@ -12,11 +12,6 @@ jobs:
 | 
				
			|||||||
      - name: Checkout Project
 | 
					      - name: Checkout Project
 | 
				
			||||||
        uses: actions/checkout@v4.2.2
 | 
					        uses: actions/checkout@v4.2.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Setup Node.js
 | 
					 | 
				
			||||||
        uses: actions/setup-node@v4.3.0
 | 
					 | 
				
			||||||
        with:
 | 
					 | 
				
			||||||
          node-version-file: .nvmrc
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
      - name: Setup pnpm
 | 
					      - name: Setup pnpm
 | 
				
			||||||
        uses: threeal/setup-pnpm-action@v1.0.0
 | 
					        uses: threeal/setup-pnpm-action@v1.0.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@ -1,6 +1,6 @@
 | 
				
			|||||||
.*
 | 
					.*
 | 
				
			||||||
!.git*
 | 
					!.git*
 | 
				
			||||||
!.nvmrc
 | 
					!.npmrc
 | 
				
			||||||
!.prettierignore
 | 
					!.prettierignore
 | 
				
			||||||
 | 
					
 | 
				
			||||||
node_modules/
 | 
					node_modules/
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user