We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8dd3ea commit 5b81893Copy full SHA for 5b81893
.github/workflows/nodejs.yml
@@ -26,7 +26,7 @@ jobs:
26
strategy:
27
fail-fast: false
28
matrix:
29
- node-version: [16.x, 18.x]
+ node-version: [16.x, 18.x, 19.x]
30
os: [ubuntu-latest, macOS-latest, windows-latest]
31
runs-on: ${{ matrix.os }}
32
steps:
0 commit comments