mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-29 12:01:07 -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
|
cache-dependency-path: src/go.sum
|
||||||
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
|
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
|
||||||
with:
|
with:
|
||||||
node-version: 21.2.0
|
node-version: 20.9.0
|
||||||
# Create Kind cluster to have a Kubernetes context for cloud-native-azure theme
|
# Create Kind cluster to have a Kubernetes context for cloud-native-azure theme
|
||||||
# Images are defined on every Kind release
|
# Images are defined on every Kind release
|
||||||
# See https://github.com/kubernetes-sigs/kind/releases
|
# See https://github.com/kubernetes-sigs/kind/releases
|
||||||
|
|
|
@ -41,10 +41,10 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"npm": "10.2.3",
|
"npm": "10.1.0",
|
||||||
"node": "21.2.0"
|
"node": "20.9.0"
|
||||||
},
|
},
|
||||||
"volta": {
|
"volta": {
|
||||||
"node": "21.2.0"
|
"node": "20.9.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue