mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 05:38:06 +00:00
chore: migrate to node 22.x
This commit is contained in:
parent
6361c1e520
commit
78cbdfcdaa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Use Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "18.x"
|
||||
node-version: "22.x"
|
||||
|
||||
- name: Build plugin
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue