Skip to content

Commit de747af

Browse files
authored
chore: run tests on node 19 (#161)
1 parent 165bc59 commit de747af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
node-version: [14.x, 16.x, 18.x]
37+
node-version: [14.x, 16.x, 18.x, 19.x]
3838
runs-on: ubuntu-latest
3939

4040
steps:

0 commit comments

Comments
 (0)