Skip to content

Commit db94180

Browse files
committed
fix workflow and release 3.0.9
Signed-off-by: Amndeep Singh Mann <[email protected]>
1 parent dcd526b commit db94180

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push-to-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build-deploy:
88
runs-on: ubuntu-24.04
99
steps:
10-
- uses: actions/checkout@4
10+
- uses: actions/checkout@v4
1111

1212
- name: setup node
1313
uses: actions/setup-node@v4

nodejs/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mitre/jsonix",
3-
"version": "3.0.8",
3+
"version": "3.0.9",
44
"description": "Jsonix (JSON interfaces for XML) is a JavaScript library which allows converting between XML and JSON structures.",
55
"keywords": [
66
"json",

0 commit comments

Comments
 (0)