mirror of
				https://gitea.com/actions/setup-node.git
				synced 2025-10-29 15:52:42 +08:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			ethomson/u
			...
			ethomson/u
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 3fa75190be | ||
|  | 6ecfd2dcb2 | ||
|  | f499b0c1ab | 
| @@ -96,7 +96,7 @@ steps: | ||||
| - run: npm install --ignore-scripts | ||||
|   env: | ||||
|     NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} | ||||
| # `npm rebuild` will run all those post-install scritps for us. | ||||
| # `npm rebuild` will run all those post-install scripts for us. | ||||
| - run: npm rebuild && npm run prepare --if-present | ||||
| ``` | ||||
|  | ||||
|   | ||||
| @@ -1,5 +1,5 @@ | ||||
| name: 'Setup Node.js environment' | ||||
| description: 'Setup a Node.js environment and add it to the PATH, additionally providing proxy support' | ||||
| name: 'Setup Node.js' | ||||
| description: 'Set up a specific version of Node.js and add the command-line tools to the PATH' | ||||
| author: 'GitHub' | ||||
| inputs: | ||||
|   always-auth: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user