Skip to content

Commit db676dc

Browse files
Merge branch 'main' into fix-bug
2 parents a16dc73 + 9fce3f9 commit db676dc

18 files changed

+2020
-225
lines changed

.github/funding.yml

-4
This file was deleted.

.github/workflows/main.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
node-version:
13-
- 14
14-
- 12
15-
- 10
16-
- 8
17-
- 6
13+
- 20
14+
- 18
1815
steps:
19-
- uses: actions/checkout@v2
20-
- uses: actions/setup-node@v1
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-node@v4
2118
with:
2219
node-version: ${{ matrix.node-version }}
2320
- run: npm install

0 commit comments

Comments
 (0)