Skip to content

Commit

Permalink
upgrade to node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffibm committed Mar 9, 2023
1 parent 1db5baf commit 7c91d5f
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" => ["16"],
"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:
- '16'
- '18'
cache:
yarn: true
install: yarn
Expand Down

0 comments on commit 7c91d5f

Please sign in to comment.