Skip to content

Commit

Permalink
fix: allow marked v15 (#325)
Browse files Browse the repository at this point in the history
* fix: allow marked v15

* install node
  • Loading branch information
UziTech authored Nov 9, 2024
1 parent f47e47e commit 970f787
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
- name: Install Node
uses: dcodeIO/setup-node-nvm@master
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- name: Install Dependencies
run: npm ci
- name: Run Tests 👩🏽‍💻
run: npm run test:types

Release:
needs: [Test, Coverage, Lint, Build, TestTypes]
if: |
Expand Down
38 changes: 20 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"homepage": "https://github.com/markedjs/marked-mangle#readme",
"peerDependencies": {
"marked": ">=4 <15"
"marked": ">=4 <16"
},
"devDependencies": {
"@babel/core": "^7.26.0",
Expand All @@ -56,7 +56,7 @@
"eslint": "^9.14.0",
"globals": "^15.12.0",
"jest-cli": "^29.7.0",
"marked": "^14.1.3",
"marked": "^15.0.0",
"rollup": "^4.24.4",
"semantic-release": "^24.2.0",
"tsd": "^0.31.2"
Expand Down

0 comments on commit 970f787

Please sign in to comment.