Skip to content

Commit c2b5956

Browse files
committed
ci: debug
1 parent ed8bcee commit c2b5956

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [ 18.x, 20.x ]
17+
node-version: [ 20.x ]
1818
steps:
1919
- uses: actions/checkout@v3
2020
with:

.github/workflows/codeql.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ name: "CodeQL"
1414
on:
1515
push:
1616
branches: [ "main" ]
17-
pull_request:
18-
# The branches below must be a subset of the branches above
19-
branches: [ "main" ]
2017
schedule:
2118
- cron: '20 15 * * 5'
2219

@@ -57,7 +54,7 @@ jobs:
5754

5855
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
5956
# queries: security-extended,security-and-quality
60-
57+
6158
- if: matrix.language == 'java'
6259
name: Build Java
6360
run: |

0 commit comments

Comments
 (0)