Merge pull request #41 from conao3/master
Use node-version instead of version (deprecated)
This commit is contained in:
		
						commit
						62f565f233
					
				|  | @ -14,7 +14,7 @@ jobs: | ||||||
|     - name: Set Node.js 10.x |     - name: Set Node.js 10.x | ||||||
|       uses: actions/setup-node@master |       uses: actions/setup-node@master | ||||||
|       with: |       with: | ||||||
|         version: 10.x |         node-version: 10.x | ||||||
| 
 | 
 | ||||||
|     - name: npm install |     - name: npm install | ||||||
|       run: npm install |       run: npm install | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue