Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Add Node.js 14 to testing matrix (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltoken committed Jan 11, 2021
1 parent f4d6ff6 commit 9963359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [6.x, 8.x, 10.x, 12.x]
node-version: [6.x, 8.x, 10.x, 12.x, 14.x]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 9963359

Please sign in to comment.