Skip to content

Commit 0330a48

Browse files
committed
chore: add Node.js 14.x to the build matrix
1 parent be06771 commit 0330a48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [16.x, 20.x]
17+
node-version: [14.x, 16.x, 20.x]
1818
steps:
1919
- name: Build Tools
2020
run: |

0 commit comments

Comments
 (0)