mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-27 11:59:40 -08:00
docs: pin node versions
This commit is contained in:
parent
99699f326c
commit
e0020aaf74
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
go-version: 1.18
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
node-version: 17.6.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
|
||||
|
|
|
@ -32,7 +32,11 @@
|
|||
"last 1 safari version"
|
||||
]
|
||||
},
|
||||
"engines" : {
|
||||
"npm" : "8.5.1",
|
||||
"node" : "17.6.0"
|
||||
},
|
||||
"volta": {
|
||||
"node": "18.4.0"
|
||||
"node": "17.6.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue