Skip to content

Commit 806651c

Browse files
committed
fix: bump Node.js to 20 for Docusaurus build
1 parent 8646e68 commit 806651c

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
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: '18'
30+
node-version: '20'
3131
cache: 'npm'
3232
cache-dependency-path: docusaurus/package-lock.json
3333

0 commit comments

Comments
 (0)