Skip to content

Commit df9c1d7

Browse files
committed
Update Node.js requirement to v20 for Docusaurus 3.9.2
1 parent 27fe8b2 commit df9c1d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '18'
21+
node-version: '20'
2222
cache: 'npm'
2323
- name: Install dependencies
2424
run: npm ci

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
]
4646
},
4747
"engines": {
48-
"node": ">=18.0"
48+
"node": ">=20.0"
4949
}
5050
}

0 commit comments

Comments
 (0)