mirror of
				https://github.com/JonasKruckenberg/tauri-build.git
				synced 2025-10-31 16:13:55 +00:00 
			
		
		
		
	update node version
This commit is contained in:
		
							parent
							
								
									b2f818a386
								
							
						
					
					
						commit
						07247e9b95
					
				| @ -28,7 +28,7 @@ jobs: | ||||
|           git config --global user.email "${{ github.event.pusher.email }}" | ||||
|       - uses: actions/setup-node@v4.0.1 | ||||
|         with: | ||||
|           node-version: '16.x' | ||||
|           node-version: 20 | ||||
|           registry-url: 'https://registry.npmjs.org' | ||||
|       - uses: pnpm/action-setup@v2.4.0 | ||||
|         name: Install pnpm | ||||
| @ -60,8 +60,8 @@ jobs: | ||||
|         if: steps.covector.outputs.commandRan == 'version' | ||||
|         with: | ||||
|           token: ${{ secrets.GITHUB_TOKEN }} | ||||
|           title: "Publish New Versions" | ||||
|           commit-message: "publish new versions" | ||||
|           labels: "version updates" | ||||
|           branch: "release" | ||||
|           title: 'Publish New Versions' | ||||
|           commit-message: 'publish new versions' | ||||
|           labels: 'version updates' | ||||
|           branch: 'release' | ||||
|           body: ${{ steps.covector.outputs.change }} | ||||
|  | ||||
							
								
								
									
										4
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/test.yml
									
									
									
									
										vendored
									
									
								
							| @ -1,4 +1,4 @@ | ||||
| name: "Test" | ||||
| name: 'Test' | ||||
| 
 | ||||
| on: | ||||
|   workflow_dispatch: | ||||
| @ -45,7 +45,7 @@ jobs: | ||||
|       - name: setup node | ||||
|         uses: actions/setup-node@v4 | ||||
|         with: | ||||
|         node-version: 18 | ||||
|           node-version: 20 | ||||
| 
 | ||||
|       - name: 'Setup Rust' | ||||
|         uses: actions-rs/toolchain@v1 | ||||
|  | ||||
| @ -39,7 +39,7 @@ jobs: | ||||
|       - name: setup node | ||||
|         uses: actions/setup-node@v1 | ||||
|         with: | ||||
|           node-version: 16 | ||||
|           node-version: 20 | ||||
| 
 | ||||
|       - name: install Rust stable | ||||
|         uses: actions-rs/toolchain@v1 | ||||
| @ -88,7 +88,7 @@ jobs: | ||||
|       - name: setup node | ||||
|         uses: actions/setup-node@v1 | ||||
|         with: | ||||
|           node-version: 16 | ||||
|           node-version: 20 | ||||
| 
 | ||||
|       - name: install Rust stable | ||||
|         uses: actions-rs/toolchain@v1 | ||||
| @ -169,7 +169,7 @@ jobs: | ||||
|     - name: setup node | ||||
|       uses: actions/setup-node@v3 | ||||
|       with: | ||||
|         node-version: 18 | ||||
|         node-version: 20 | ||||
| 
 | ||||
|     - name: 'Setup Rust' | ||||
|       uses: actions-rs/toolchain@v1 | ||||
|  | ||||
| @ -21,5 +21,5 @@ outputs: | ||||
|   artifacts: | ||||
|     description: 'JSON array of artifact paths produced by the build command' | ||||
| runs: | ||||
|   using: 'node16' | ||||
|   using: 'node20' | ||||
|   main: 'dist/index.js' | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user