Skip to content

Commit

Permalink
Remove tests for Node.js v12.x until nodejs/node#26115 is resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
CMEONE committed Dec 27, 2021
1 parent f8ca033 commit 0c54c64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 15.x]
node-version: [10.x, 14.x, 15.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
# TODO: add 12.x when https://github.com/nodejs/node/issues/26115 is resolved

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

0 comments on commit 0c54c64

Please sign in to comment.