Skip to content

Commit 547c43e

Browse files
committed
chore: prepare v0.1.3 release and OIDC publish runtime
1 parent 07361ca commit 547c43e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: 20
32+
node-version: 24
3333
registry-url: https://registry.npmjs.org
3434
cache: npm
3535

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ansonlai/docx-redline-js",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Host-independent OOXML reconciliation engine for .docx manipulation with track changes",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)