mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-13 20:27:28 -08:00
docs: use node 20.9.0
This commit is contained in:
parent
252cfb4963
commit
3ab670520b
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
cache-dependency-path: src/go.sum
|
||||
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
|
||||
with:
|
||||
node-version: 21.2.0
|
||||
node-version: 20.9.0
|
||||
# Create Kind cluster to have a Kubernetes context for cloud-native-azure theme
|
||||
# Images are defined on every Kind release
|
||||
# See https://github.com/kubernetes-sigs/kind/releases
|
||||
|
|
|
@ -41,10 +41,10 @@
|
|||
]
|
||||
},
|
||||
"engines": {
|
||||
"npm": "10.2.3",
|
||||
"node": "21.2.0"
|
||||
"npm": "10.1.0",
|
||||
"node": "20.9.0"
|
||||
},
|
||||
"volta": {
|
||||
"node": "21.2.0"
|
||||
"node": "20.9.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue