Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Schreckengaust <[email protected]>
  • Loading branch information
scottschreckengaust authored Jul 30, 2024
1 parent 48d24d0 commit 82fe648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: ['22', '21', '20', '18']
node-version: ['22', '21', '20', '18', '16', '14']
os: ['windows-latest', 'ubuntu-latest', 'macos-latest']
runs-on: ${{ matrix.os }}
name: Node ${{ matrix.node-version }} sample (${{ matrix.os }})
Expand Down

0 comments on commit 82fe648

Please sign in to comment.