Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ jobs:
registry-url: https://registry.npmjs.org/
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build
- name: Publish 📝
run: |
PUBLISHED=$(npm info @markedjs/testutils version)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@markedjs/testutils",
"version": "17.0.1-1",
"version": "17.0.1-2",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

While the package version is updated here, the package-lock.json file appears to be out of sync. It still reflects version 17.0.1-0. To ensure dependency consistency and reproducible builds, please run npm install to update the lockfile and include it in this pull request.

"description": "Test utilities for marked and marked extensions",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down