- another node dependencies fix
This commit is contained in:
Alamion 2026-06-25 18:14:48 +03:00
parent 57fa0d1873
commit f77c6ea3f6
No known key found for this signature in database
GPG key ID: 0DBEAC95BA38C9EF
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: '18.x' node-version: '20.x'
- name: Build plugin - name: Build plugin
run: | run: |

View file

@ -1,7 +1,7 @@
{ {
"id": "jira-sync", "id": "jira-sync",
"name": "Jira Issue Manager", "name": "Jira Issue Manager",
"version": "1.7.1", "version": "1.7.2",
"minAppVersion": "1.10.1", "minAppVersion": "1.10.1",
"description": "Get Jira issues, create and update them. Issue status and worklog management.", "description": "Get Jira issues, create and update them. Issue status and worklog management.",
"author": "Alamion", "author": "Alamion",

View file

@ -1,6 +1,6 @@
{ {
"name": "obsidian-jira-sync", "name": "obsidian-jira-sync",
"version": "1.7.1", "version": "1.7.2",
"packageManager": "yarn@1.22.22", "packageManager": "yarn@1.22.22",
"description": "This is a sample plugin for Obsidian (https://obsidian.md)", "description": "This is a sample plugin for Obsidian (https://obsidian.md)",
"main": "main.js", "main": "main.js",