mirror of
https://github.com/zuktol/obsidian-data-files-editor.git
synced 2026-07-22 05:34:56 +00:00
um node version in ci
This commit is contained in:
parent
405e8509ca
commit
390b37b2d8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Use Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "18.x"
|
||||
node-version: "20.x"
|
||||
|
||||
- name: Build plugin
|
||||
run: |
|
||||
|
|
@ -31,4 +31,4 @@ jobs:
|
|||
gh release create "$tag" \
|
||||
--title="$tag" \
|
||||
--draft \
|
||||
main.js manifest.json styles.css
|
||||
main.js manifest.json styles.css
|
||||
|
|
|
|||
Loading…
Reference in a new issue