Skip to content

Commit a553077

Browse files
authored
Merge pull request #334 from consideRatio/pr/ci-test-node-16
ci: add tests of node 16
2 parents d2c9ed9 + 4ccccca commit a553077

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,14 @@ jobs:
6161
fail-fast: false # Do not cancel all jobs if one fails
6262
matrix:
6363
# IMPORTANT: Make sure to update package.json's enginges.node field to
64-
# always require at least the oldest version.
64+
# always require at least the oldest version, as well as our
65+
# README.md file under the install section.
6566
node_version:
66-
- "12"
67+
- "12" # Remove 2022-04-30, its end-of-life.
6768
- "14"
68-
- "15"
69+
- "15" # Remove about when 17 is available?
70+
- "16"
71+
# - "17" # Add 2021-10-19, its initial release date.
6972

7073
steps:
7174
- name: "Checkout repo"

0 commit comments

Comments
 (0)