Skip to content

Commit 9eadbf4

Browse files
Merge pull request #72 from msimerson/bye-bye-xml
test: replace XML with JSON, increase test coverage
2 parents 5a49439 + 2926f9e commit 9eadbf4

File tree

6 files changed

+1386
-382
lines changed

6 files changed

+1386
-382
lines changed

.github/workflows/ci.yml

+6-8
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, windows-latest, macos-latest]
17-
node-version:
18-
- ${{ fromJson(needs.get-lts.outputs.active) }}
19-
# - 12
20-
# - 14
17+
node-version:
2118
- 16
22-
exclude:
23-
- node-version: 22
24-
- os: macos-latest
25-
node-version: 16
19+
- ${{ fromJson(needs.get-lts.outputs.active) }}
20+
# exclude:
21+
# - node-version: 22
22+
# - os: macos-latest
23+
# node-version: 14
2624
fail-fast: false
2725
steps:
2826
- uses: actions/checkout@v4

Changes.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
## 2024-04-29 - 5.0.1
33

4+
- test: replace tests.xml with tests.json (#72)
45
- chore: exclude tests and dotfiles from publishing (#70)
56

67
## 2021-08-17 - 5.0.0

0 commit comments

Comments
 (0)