Skip to content

Commit 61f4820

Browse files
committed
chore: Update dependencies and minimum Node.js version to ^20
1 parent bd2d4e4 commit 61f4820

6 files changed

Lines changed: 1337 additions & 1311 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest, windows-latest]
24-
node-version: [18.x, 20.x, 22.x]
24+
node-version: [20.x, 22.x, 24.x]
2525
docusaurus-version:
2626
- "v2.4.3"
2727
- "v2.3.1"

.syncpackrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"label": "All dependencies should use the same Node.js types.",
55
"dependencies": ["@types/node"],
6-
"pinVersion": "^18"
6+
"pinVersion": "^20.19.21"
77
},
88
{
99
"label": "Example Docs must always use the local version of the search plugin",

0 commit comments

Comments
 (0)