mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-07-17 01:56:00 +00:00
Fix Deno setup for release preparation
This commit is contained in:
@@ -45,6 +45,11 @@ jobs:
|
||||
node-version: "24.x"
|
||||
cache: npm
|
||||
|
||||
- name: Use Deno
|
||||
uses: denoland/setup-deno@v2
|
||||
with:
|
||||
deno-version: v2.x
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
|
||||
Reference in New Issue
Block a user