Skip to content

Commit

Permalink
Upgrade mocha and artifact-engine to use latest version braces (#337)
Browse files Browse the repository at this point in the history
* Upgrade mocha and artifact-engine to use latest version braces

* Bump tasks versions
  • Loading branch information
ismayilov-ismayil authored Jun 27, 2024
1 parent 66ff442 commit 8eb6d84
Show file tree
Hide file tree
Showing 25 changed files with 33,184 additions and 6,529 deletions.
47 changes: 46 additions & 1 deletion Tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions ci/build-common-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ jobs:
clean: true

- task: NodeTool@0
displayName: Use node 10
displayName: Use node 16
inputs:
versionSpec: "10.x"
versionSpec: "16.x"

- script: npm i -g npm@6.14.12 --force
displayName: Use npm version 6.14.12
- script: npm i -g npm@8.19.4 --force
displayName: Use npm version 8.19.4

- script: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion ci/verify-source-changes.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if (totalDiffList.length) {
});

console.log(``);
console.log(`Make sure you are using Node 10 and NPM 6.`);
console.log(`Make sure you are using Node 16 and NPM 8.`);
console.log(``);

process.exit(1);
Expand Down
Loading

0 comments on commit 8eb6d84

Please sign in to comment.