mirror of
https://github.com/dragonish/obsidian-heading-decorator.git
synced 2026-07-22 05:42:05 +00:00
ci(node): update the Node.js version
This commit is contained in:
parent
8e68278457
commit
d329b8abf3
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 22
|
||||
cache: 'pnpm'
|
||||
- name: Build package
|
||||
run: |
|
||||
|
|
|
|||
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 22
|
||||
cache: 'pnpm'
|
||||
- name: Build package
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue