mirror of
https://github.com/touss59/obsidian-code-playground.git
synced 2026-07-22 08:29:37 +00:00
ci: bump Node to 24.x to match lockfile's npm version
This commit is contained in:
parent
2fafff61fa
commit
2d5ea7c4e0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "20.x"
|
||||
node-version: "24.x"
|
||||
cache: npm
|
||||
|
||||
- name: Build plugin
|
||||
|
|
|
|||
Loading…
Reference in a new issue