We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19e49d commit ddc18c0Copy full SHA for ddc18c0
.github/dependabot.yml
@@ -4,3 +4,7 @@ updates:
4
directory: "/"
5
schedule:
6
interval: monthly
7
+ groups:
8
+ github-actions:
9
+ patterns:
10
+ - "*"
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
fail-fast: false
23
matrix:
24
os: [ubuntu-latest, windows-latest]
25
- node: [18, 20, 22]
+ node: [18, 20, 22, 24]
26
27
steps:
28
- name: Clone repository
.github/workflows/lint.yml
@@ -9,7 +9,7 @@ on:
env:
11
FORCE_COLOR: 2
12
- NODE: 20
+ NODE: 24
13
14
permissions:
15
contents: read
0 commit comments