use node 18
This commit is contained in:
parent
8061859298
commit
a9da3bfab3
2 changed files with 4 additions and 4 deletions
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
||||||
16.17.0
|
18.16.0
|
||||||
|
|
|
@ -99,7 +99,7 @@ jobs:
|
||||||
# Also tests Pull Requests.
|
# Also tests Pull Requests.
|
||||||
- job: compile_windows
|
- job: compile_windows
|
||||||
displayName: "Compile Windows Distribution"
|
displayName: "Compile Windows Distribution"
|
||||||
pool: Linux
|
pool: default
|
||||||
steps:
|
steps:
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
displayName: "Install Node.js"
|
displayName: "Install Node.js"
|
||||||
|
@ -161,14 +161,14 @@ jobs:
|
||||||
|
|
||||||
- job: compile_winget
|
- job: compile_winget
|
||||||
displayName: "Compile for Winget"
|
displayName: "Compile for Winget"
|
||||||
pool: Linux
|
pool: default
|
||||||
steps:
|
steps:
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
displayName: "Install Node.js"
|
displayName: "Install Node.js"
|
||||||
inputs:
|
inputs:
|
||||||
versionSource: "fromFile"
|
versionSource: "fromFile"
|
||||||
versionFilePath: ".nvmrc"
|
versionFilePath: ".nvmrc"
|
||||||
|
|
||||||
- script: yarn set version from sources
|
- script: yarn set version from sources
|
||||||
displayName: "Setup yarn"
|
displayName: "Setup yarn"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue