Skip to content

Commit 2940409

Browse files
committed
Fix CI: Update Node.js to v20 for HonKit build
1 parent fb5c6b5 commit 2940409

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup Node.js
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 18
18+
node-version: 20
1919

2020
- name: Install Dependencies
2121
run: npm ci

0 commit comments

Comments
 (0)