mirror of https://github.com/curbengh/hexo-yam
				
				
				
			chore(node): use Node 16 on codeql
This commit is contained in:
		
							parent
							
								
									1ae4d77071
								
							
						
					
					
						commit
						d54ed360be
					
				|  | @ -13,10 +13,10 @@ jobs: | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v3.0.2 |       - uses: actions/checkout@v3.0.2 | ||||||
|       - name: Use Node.js 14.x |       - name: Use Node.js 16.x | ||||||
|         uses: actions/setup-node@v3.2.0 |         uses: actions/setup-node@v3.2.0 | ||||||
|         with: |         with: | ||||||
|           node-version: '14.x' |           node-version: '16.x' | ||||||
|       - name: Install Dependencies |       - name: Install Dependencies | ||||||
|         run: npm install |         run: npm install | ||||||
|       - name: Run Snyk to check for vulnerabilities |       - name: Run Snyk to check for vulnerabilities | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue