Skip to content

Commit e94cea0

Browse files
committed
add node v19 to CI
1 parent 1afdc57 commit e94cea0

3 files changed

Lines changed: 127 additions & 127 deletions

File tree

.github/workflows/node.js.yml

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

1616
strategy:
1717
matrix:
18-
node-version: [12, 14, 16, 18]
18+
node-version: [12, 14, 16, 18, 19]
1919

2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)