diff --git a/.gitattributes b/.gitattributes index cb144e0aa6..165ddd3451 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,3 @@ * eol=lf test/* linguist-vendored lib/* linguist-generated -marked.min.js linguist-generated diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b609d055ed..d65ccef03d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,8 +12,8 @@ jobs: UnitTests: strategy: matrix: - # lowest verison here should also be in `engines` field - node_version: [18, "lts/*", "latest"] + # lowest version here should also be in `engines` field + node_version: [20, "lts/*", "latest"] runs-on: ubuntu-latest steps: - name: Checkout Code diff --git a/.gitignore b/.gitignore index dc62331aa8..ba01f19940 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,4 @@ lib docs/LICENSE.md vuln.js man/marked.1 -marked.min.js test.js diff --git a/README.md b/README.md index b7bf80754d..e5d23f1500 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ $ marked --help
- + +