Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
调整node版本
  • Loading branch information
master1lan authored and GitHub Enterprise committed Feb 14, 2023
1 parent 55e37a3 commit 0b57b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
language: [ 'javascript' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
node-version: [16.x]
node-version: [18.x]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 0b57b80

Please sign in to comment.