-
Notifications
You must be signed in to change notification settings - Fork 363
Bump node version in test pipeline and exe script #2574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,7 +12,7 @@ const pkgFetch = require('pkg-fetch'); | |
| build(); | ||
|
|
||
| async function build() { | ||
| const pkgTarget = 'node18-win-x64'; | ||
| const pkgTarget = 'node22-win-x64'; | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The failure looks is caused by 'pkg-fetch' not support node 22. There are other similar tool support node 22 like https://www.npmjs.com/package/@yao-pkg/pkg-fetch?activeTab=readme We might can consider upgrade to node 22 in the future release. |
||
| const cacheExe = await downloadCache(pkgTarget); | ||
| await rcedit(cacheExe, { | ||
| "version-string": { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is actually not used in test now.
The test already move to github action, the test config file is : https://github.com/Azure/Azurite/blob/main/.github/workflows/PrValidation.yml