mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated minimum Node version to 18.x
This commit is contained in:
parent
98283c18c9
commit
bbc855492d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -29,7 +29,7 @@ on:
|
|||||||
- published
|
- published
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NODE_VERSION: 14.x
|
NODE_VERSION: 18.x
|
||||||
PYTHON_VERSION: 3.x
|
PYTHON_VERSION: 3.x
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
@ -103,6 +103,6 @@
|
|||||||
"typescript": "^5.0.4"
|
"typescript": "^5.0.4"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 16"
|
"node": ">= 18"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user