diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 5357f5e8c..85bb0f542 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -26,7 +26,7 @@ jobs: strategy: matrix: - node: ['10.x', '12.x'] + node: ['10.x', '12.x', '13.x'] os: [ubuntu-latest, windows-latest, macOS-latest] name: Test on node ${{ matrix.node }} and ${{ matrix.os }}