Skip to content

Commit

Permalink
Remove node setup from CodeQL workflow
Browse files Browse the repository at this point in the history
This was here as a copy from the mkiocccentry repo which has been
removed as it's (of course) unneeded.
  • Loading branch information
xexyl committed Jul 14, 2024
1 parent 2e914bf commit 310e39f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '20'

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 310e39f

Please sign in to comment.