Skip to content

Commit d786fcd

Browse files
committed
Apply new prettier/ESLink rules to codebase
1 parent ccc814c commit d786fcd

38 files changed

+619
-638
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,11 @@ jobs:
1212
strategy:
1313
matrix:
1414
node-version:
15-
- "6.x"
16-
- "7.x"
17-
- "8.x"
18-
- "9.x"
19-
- "10.x"
20-
- "11.x"
21-
- "12.x"
22-
- "13.x"
23-
- "14.x"
24-
- "15.x"
2515
- "16.x"
16+
- "17.x"
17+
- "18.x"
18+
- "19.x"
19+
- "20.x"
2620
steps:
2721
- name: "Set up Node.js ${{ matrix.node-version }}"
2822
uses: actions/setup-node@v1

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### 0.7.1 (2023-10-30)
1+
#### 0.7.1 (2023-11-01)
22

33
- **Database:** Added Chrome 101 to 118.
44

0 commit comments

Comments
 (0)