Skip to content

Commit ddc18c0

Browse files
committed
Update CI and dependabot config
1 parent b19e49d commit ddc18c0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ updates:
44
directory: "/"
55
schedule:
66
interval: monthly
7+
groups:
8+
github-actions:
9+
patterns:
10+
- "*"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest, windows-latest]
25-
node: [18, 20, 22]
25+
node: [18, 20, 22, 24]
2626

2727
steps:
2828
- name: Clone repository

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
env:
1111
FORCE_COLOR: 2
12-
NODE: 20
12+
NODE: 24
1313

1414
permissions:
1515
contents: read

0 commit comments

Comments
 (0)