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
|
||||
steps:
|
||||
- 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
|
||||
with:
|
||||
node-version: '14.x'
|
||||
node-version: '16.x'
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
- name: Run Snyk to check for vulnerabilities
|
||||
|
|
Loading…
Reference in New Issue