Skip to content

Commit

Permalink
Run tests on nodejs 14
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jun 11, 2022
1 parent b0dbe84 commit 1f91e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12, lts/*, current]
node-version: [12, 14, 16, lts/*, current]

name: Test - ${{ matrix.os }} - Node v${{ matrix.node-version }}

Expand Down

0 comments on commit 1f91e85

Please sign in to comment.