Skip to content

Commit 3c7235e

Browse files
committed
Fix CI
1 parent 67c093d commit 3c7235e

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
node-version:
13+
- 18
1314
- 16
1415
- 14
15-
- 12
1616
steps:
17-
- uses: actions/checkout@v2
18-
- uses: actions/setup-node@v2
17+
- uses: actions/checkout@v3
18+
- uses: actions/setup-node@v3
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
- run: npm install
2222
- run: npm test
23-
- uses: codecov/codecov-action@v2
23+
- uses: codecov/codecov-action@v3
2424
if: matrix.node-version == 16
2525
with:
2626
fail_ci_if_error: true

readme.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -310,15 +310,3 @@ normalizeUrl('www.sindresorhus.com?b=two&a=one&c=three', {
310310
## Related
311311

312312
- [compare-urls](https://github.com/sindresorhus/compare-urls) - Compare URLs by first normalizing them
313-
314-
---
315-
316-
<div align="center">
317-
<b>
318-
<a href="https://tidelift.com/subscription/pkg/npm-normalize-url?utm_source=npm-normalize-url&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a>
319-
</b>
320-
<br>
321-
<sub>
322-
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies.
323-
</sub>
324-
</div>

0 commit comments

Comments
 (0)