Skip to content

Commit

Permalink
Drop support for node.js v12
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertCraigie committed Feb 29, 2024
1 parent fbe3722 commit 47b23ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -21,9 +21,10 @@ jobs:
name: test
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: [12, 14, 16]
node: [14, 16]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

steps:
Expand Down

0 comments on commit 47b23ec

Please sign in to comment.