mirror of
				https://gitea.com/actions/setup-node.git
				synced 2025-10-29 15:52:42 +08:00 
			
		
		
		
	update
This commit is contained in:
		
							
								
								
									
										14
									
								
								.github/workflows/versions.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										14
									
								
								.github/workflows/versions.yml
									
									
									
									
										vendored
									
									
								
							| @@ -23,13 +23,6 @@ jobs: | ||||
|         shell: bash | ||||
|     steps: | ||||
|       - uses: actions/checkout@v2 | ||||
|       # test version from node manifest | ||||
|       - name: Setup node 12 from manifest | ||||
|         uses: ./ | ||||
|         with: | ||||
|           node-version: 12 | ||||
|       - name: Verify node and npm | ||||
|         run: __tests__/verify-node.sh 12 | ||||
|       # test version that falls through to node dist | ||||
|       - name: Setup node 11 from dist | ||||
|         uses: ./ | ||||
| @@ -37,6 +30,13 @@ jobs: | ||||
|           node-version: 11           | ||||
|       - name: Verify node and npm | ||||
|         run: __tests__/verify-node.sh 11       | ||||
|       # test version from node manifest | ||||
|       - name: Setup node 12 from manifest | ||||
|         uses: ./ | ||||
|         with: | ||||
|           node-version: 12 | ||||
|       - name: Verify node and npm | ||||
|         run: __tests__/verify-node.sh 12 | ||||
|       - name: Setup node 0.12.18 from dist | ||||
|         uses: ./                  | ||||
|         with: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user