Skip to content

Commit

Permalink
Merge pull request #97 from jeffibm/upgrade-to-node18
Browse files Browse the repository at this point in the history
Upgrade Node v14 to v18
  • Loading branch information
Fryguy authored Apr 6, 2023
2 parents 63c5040 + 7c91d5f commit e24b5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/manageiq/cross_repo/runner/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def defaults
@defaults ||= {
"node_js" => {
"language" => "node_js",
"node_js" => ["14"],
"node_js" => ["18"],
"install" => "npm install",
"script" => "npm test"
},
Expand Down
2 changes: 1 addition & 1 deletion spec/manageiq/cross_repo/runner/travis_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
---
language: node_js
node_js:
- '14'
- '18'
cache:
yarn: true
install: yarn
Expand Down

0 comments on commit e24b5a5

Please sign in to comment.