Skip to content

Commit d978069

Browse files
authored
Update dependencies and drop Node.js < 18 support (#42)
1 parent 8581e93 commit d978069

File tree

6 files changed

+2065
-7518
lines changed

6 files changed

+2065
-7518
lines changed

.github/workflows/ci.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- "**"
7-
- "!dependabot/**"
6+
- "main"
87
pull_request:
98
workflow_dispatch:
109

@@ -23,7 +22,7 @@ jobs:
2322
fail-fast: false
2423
matrix:
2524
os: [ubuntu-latest, windows-latest]
26-
node: [14, 16, 18, 20]
25+
node: [18, 20]
2726

2827
steps:
2928
- name: Clone repository

.github/workflows/codeql.yml

-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
- "!dependabot/**"
87
pull_request:
98
branches:
109
- main
11-
- "!dependabot/**"
1210
schedule:
1311
- cron: "0 0 * * 0"
1412
workflow_dispatch:

.github/workflows/lint.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ name: Lint
33
on:
44
push:
55
branches:
6-
- "**"
7-
- "!dependabot/**"
6+
- "main"
87
pull_request:
98
workflow_dispatch:
109

1110
env:
1211
FORCE_COLOR: 2
13-
NODE: 18
12+
NODE: 20
1413

1514
permissions:
1615
contents: read

.npmrc

-1
This file was deleted.

0 commit comments

Comments
 (0)