We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2c9ed9 + 4ccccca commit a553077Copy full SHA for a553077
.github/workflows/test.yml
@@ -61,11 +61,14 @@ jobs:
61
fail-fast: false # Do not cancel all jobs if one fails
62
matrix:
63
# IMPORTANT: Make sure to update package.json's enginges.node field to
64
- # always require at least the oldest version.
+ # always require at least the oldest version, as well as our
65
+ # README.md file under the install section.
66
node_version:
- - "12"
67
+ - "12" # Remove 2022-04-30, its end-of-life.
68
- "14"
- - "15"
69
+ - "15" # Remove about when 17 is available?
70
+ - "16"
71
+ # - "17" # Add 2021-10-19, its initial release date.
72
73
steps:
74
- name: "Checkout repo"
0 commit comments