Skip to content

Commit 06f8cff

Browse files
committed
build: use latest node version instead pinned one
1 parent 3881da0 commit 06f8cff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/obsidian-plugin-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Setup node
2121
uses: actions/setup-node@v6
22-
with: { node-version: "25.x" }
22+
with: { node-version: current }
2323

2424
- name: Build plugin
2525
run: |

0 commit comments

Comments
 (0)