mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 05:11:41 +00:00
chore: use node 22
This commit is contained in:
parent
911695e190
commit
2df4bca0e4
2 changed files with 5 additions and 5 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: "18"
|
||||
node-version: "22"
|
||||
|
||||
- uses: oven-sh/setup-bun@v1
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
import esbuild from "esbuild";
|
||||
import process from "process";
|
||||
import builtins from "builtin-modules";
|
||||
import esbuild from "esbuild";
|
||||
import esbuildSvelte from "esbuild-svelte";
|
||||
import fs from "fs";
|
||||
import path from "path";
|
||||
import esbuildSvelte from "esbuild-svelte";
|
||||
import sveltePreprocess from "svelte-preprocess";
|
||||
import process from "process";
|
||||
import { sveltePreprocess } from "svelte-preprocess";
|
||||
|
||||
const banner = `/*
|
||||
THIS IS A GENERATED/BUNDLED FILE BY ESBUILD
|
||||
|
|
|
|||
Loading…
Reference in a new issue