Skip to content

Commit 5651d4d

Browse files
authored
Merge pull request #1299 from maizzle/next
2 parents 054afa4 + 8d9a65f commit 5651d4d

File tree

181 files changed

+11376
-13564
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+11376
-13564
lines changed

.editorconfig

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
root = true
2-
3-
[*]
4-
indent_style = space
5-
indent_size = 2
6-
end_of_line = lf
7-
charset = utf-8
8-
trim_trailing_whitespace = true
9-
insert_final_newline = true
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true

.github/dependabot.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ updates:
55
schedule:
66
interval: "daily"
77
target-branch: "master"
8-
open-pull-requests-limit: 10

.github/workflows/nodejs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ on:
77
push:
88
branches: [master]
99
pull_request:
10-
branches: [master]
1110

1211
jobs:
1312
build:
1413
runs-on: ubuntu-latest
1514

1615
strategy:
1716
matrix:
18-
node-version: [14, 16, 18]
17+
node-version: [18, 20, 22]
1918

2019
steps:
2120
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)