We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f59a2 commit 58c6740Copy full SHA for 58c6740
.github/workflows/nodejs.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: false
17
matrix:
18
- node: [12, 14]
+ node: [12, 14, 16]
19
os: [ubuntu-latest]
20
21
steps:
0 commit comments