Skip to content

Commit bfc7f2f

Browse files
committed
Update dependencies
1 parent 4468ab1 commit bfc7f2f

File tree

3 files changed

+861
-844
lines changed

3 files changed

+861
-844
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
- '!dependabot/**'
87
pull_request:
98
branches:
109
- main
11-
- '!dependabot/**'
1210
schedule:
1311
- cron: '0 0 * * 0'
1412
workflow_dispatch:
@@ -23,7 +21,7 @@ jobs:
2321
security-events: write
2422

2523
steps:
26-
- name: Checkout repository
24+
- name: Clone repository
2725
uses: actions/checkout@v4
2826
with:
2927
persist-credentials: false

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
node-version: [14, 16, 18, 20]
17+
node-version: [14, 16, 18, 20, 22]
1818

1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)