File tree Expand file tree Collapse file tree 5 files changed +763
-853
lines changed Expand file tree Collapse file tree 5 files changed +763
-853
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ updates:
11
11
typescript-eslint :
12
12
patterns :
13
13
- ' @typescript-eslint/*'
14
+ eslint :
15
+ patterns :
16
+ - eslint
17
+ - ' @eslint/js'
18
+ civet :
19
+ patterns :
20
+ - ' @danielx/civet'
21
+ - eslint-plugin-civet
14
22
- package-ecosystem : gitsubmodule
15
23
directory : /
16
24
schedule :
Original file line number Diff line number Diff line change 26
26
# restore-keys intentionally omitted
27
27
- uses : actions/setup-node@v4
28
28
with :
29
- node-version : ^20.10
29
+ node-version : ^22.11
30
30
- name : Run build script
31
31
shell : bash
32
32
run : |
Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v4
18
18
- uses : actions/setup-node@v4
19
19
with :
20
- node-version : ^20.10
20
+ node-version : ^22.11
21
21
- name : npm lint
22
22
shell : bash
23
23
run : |
32
32
- uses : numworks/setup-emscripten@bbc4f5e15974bc13e69fdadecfd1858ecb1c4dbb
33
33
- uses : actions/setup-node@v4
34
34
with :
35
- node-version : ^20.10
35
+ node-version : ^22.11
36
36
- name : Run build script
37
37
shell : bash
38
38
run : |
You can’t perform that action at this time.
0 commit comments