Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Run test on Node.js v12, v14 and v16
  • Loading branch information
puku0x committed Dec 2, 2021
commit 8f31db4527201a4c48bff2a5ebf05aac79388078
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [10, 12]
node: [12, 14, 16]

steps:
- uses: actions/checkout@v2
Expand Down