Skip to content

Commit 5b81893

Browse files
chore: include Node.js 19.x in test strategy
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent f8dd3ea commit 5b81893

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
node-version: [16.x, 18.x]
29+
node-version: [16.x, 18.x, 19.x]
3030
os: [ubuntu-latest, macOS-latest, windows-latest]
3131
runs-on: ${{ matrix.os }}
3232
steps:

0 commit comments

Comments
 (0)