Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

fix: correct engines range to include node v10 #451

Merged
merged 2 commits into from
Jun 18, 2020

Conversation

tomasz-sodzawiczny
Copy link
Contributor

@tomasz-sodzawiczny tomasz-sodzawiczny commented Jun 13, 2020

">10"` range does not include the v10 version (currently still LTS), it eforces v11 and up.

Switching to ">=10" to include v10, which I believe was the original intent (changelog: "require node 10 in engines field")

Fixes #450 🦕

`">10"` range does not include the v10 version,  it forces v11 and up. Switching to `">=10"` to include v10 (still LTS), which I believe was the original intent (changelog: "require node 10 in engines field")
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 13, 2020
@codecov
Copy link

codecov bot commented Jun 13, 2020

Codecov Report

Merging #451 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #451   +/-   ##
=======================================
  Coverage   99.80%   99.80%           
=======================================
  Files          20       20           
  Lines       11727    11727           
=======================================
  Hits        11704    11704           
  Misses         23       23           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e817d0d...a3224cd. Read the comment docs.

@stephenplusplus
Copy link
Contributor

Woops! Thanks!

@stephenplusplus stephenplusplus added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 14, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 14, 2020
@JustinBeckwith JustinBeckwith added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 16, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 16, 2020
@bcoe bcoe added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 16, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 16, 2020
@stephenplusplus stephenplusplus added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 17, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 17, 2020
@bcoe bcoe added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 18, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 18, 2020
@JustinBeckwith JustinBeckwith merged commit c8a2b29 into googleapis:master Jun 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

package.json blocks usage with node v10
7 participants