Skip to content

Commit

Permalink
Upgrade to the last Karma version and upgrade the Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidast committed Aug 2, 2024
1 parent 687890d commit e6de702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gateleen-hook-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"grunt-ngdocs": "0.2.10",
"jasmine-core": "2.5.0",
"jshint": "2.9.3",
"karma": "1.2.0",
"karma": "6.3.9",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "1.1.1",
"karma-html-reporter": "0.2.7",
Expand Down
2 changes: 1 addition & 1 deletion gateleen-hook-js/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<!-- we need node in phase generate-resources, so do this before-->
<phase>initialize</phase>
<configuration>
<nodeVersion>v8.9.4</nodeVersion>
<nodeVersion>v16.9.1</nodeVersion>
<npmVersion>6.14.8</npmVersion>
<nodeDownloadRoot>${nodeDownloadRoot}</nodeDownloadRoot>
<npmDownloadRoot>${npmDownloadRoot}</npmDownloadRoot>
Expand Down

0 comments on commit e6de702

Please sign in to comment.