Skip to content

Commit 3f95210

Browse files
committed
update node to 22
1 parent 20c6607 commit 3f95210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@v3
3232
- uses: actions/setup-node@v3
3333
with:
34-
node-version: 18
34+
node-version: 22
3535
- name: Install required npm dependencies
3636
run: npm install -g markdown-to-html
3737
- name: Create docs

0 commit comments

Comments
 (0)