Skip to content

Commit

Permalink
Bump pipeline node version to build exe to 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaZhu committed Mar 15, 2024
1 parent c937a65 commit eccb909
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,8 @@ jobs:
# our .exe build program is currently incompatible with node 10
# node_10_x:
# node_version: 10.x
node_14_x:
node_version: 14.x
node_18_x:
node_version: 18.x
steps:
- task: NodeTool@0
inputs:
Expand Down
2 changes: 1 addition & 1 deletion scripts/buildExe.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const pkgFetch = require('pkg-fetch');
build();

async function build() {
const pkgTarget = 'node20-win-x64';
const pkgTarget = 'node18-win-x64';
const cacheExe = await downloadCache(pkgTarget);
await rcedit(cacheExe, {
"version-string": {
Expand Down

0 comments on commit eccb909

Please sign in to comment.