Skip to content

Commit

Permalink
build!: drop node12 support (#30468)
Browse files Browse the repository at this point in the history
  • Loading branch information
aht007 authored May 30, 2022
1 parent 6de1c2f commit 79b3c82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-20.04 ]
node-version: [ 12, 14, 16 ]
node-version: [ 16 ]
python-version: [ 3.8 ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ ubuntu-20.04 ]
python-version: [ 3.8 ]
node-version: [ 12, 14, 16 ]
node-version: [ 16 ]

steps:

Expand Down

0 comments on commit 79b3c82

Please sign in to comment.