Skip to content

Commit

Permalink
make Node 14 the default version
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle Adams committed Feb 1, 2021
1 parent c868da0 commit 2bbc026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/nodebin/node_vX_metrics_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
context "test metrics for Node v#{version} app" do
let(:app) {
Hatchet::Runner.new(
"spec/fixtures/repos/node-10-metrics",
"spec/fixtures/repos/node-14-metrics",
before_deploy: -> { set_node_version(version) },
config: {
"HEROKU_METRICS_URL" => "http://localhost:3000",
Expand Down
2 changes: 1 addition & 1 deletion spec/nodebin/node_vX_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
context "a single-process Node v#{version} app" do
let(:app) {
Hatchet::Runner.new(
"spec/fixtures/repos/node-10",
"spec/fixtures/repos/node-14",
before_deploy: -> { set_node_version(version) }
)
}
Expand Down

0 comments on commit 2bbc026

Please sign in to comment.