Skip to content

Commit

Permalink
test removal of nodejs in codeql.yml
Browse files Browse the repository at this point in the history
Based on [the 2nd part of
issuecomment-2225729098](#905 (comment))
we removed from `.github/workflows/codeql.yml`:

```
    - name: Setup node
      uses: actions/setup-node@v4
      with:
        node-version: '20'
```

We will see if the action performed as expected.
  • Loading branch information
lcn2 committed Jul 14, 2024
1 parent 77f0520 commit 1658316
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 1658316

Please sign in to comment.