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.
|
||||
- job: compile_windows
|
||||
displayName: "Compile Windows Distribution"
|
||||
pool: Linux
|
||||
pool: default
|
||||
steps:
|
||||
- task: NodeTool@0
|
||||
displayName: "Install Node.js"
|
||||
|
@ -161,14 +161,14 @@ jobs:
|
|||
|
||||
- job: compile_winget
|
||||
displayName: "Compile for Winget"
|
||||
pool: Linux
|
||||
pool: default
|
||||
steps:
|
||||
- task: NodeTool@0
|
||||
displayName: "Install Node.js"
|
||||
inputs:
|
||||
versionSource: "fromFile"
|
||||
versionFilePath: ".nvmrc"
|
||||
|
||||
|
||||
- script: yarn set version from sources
|
||||
displayName: "Setup yarn"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue