Skip to content

Commit

Permalink
early tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
paddymul committed Dec 28, 2024
1 parent 462765f commit 78f0473
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
strategy:
matrix:
python-version:
- "3.8"
# - "3.8" #other conflicts
- "3.9"
- "3.10"
- "3.11"
- "3.12"
#- "3.10"
#- "3.11"
#- "3.12"
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
"@types/react-dom": "^18.3.1",
"typescript": "^5.7.2",
"esbuild": "^0.24.0"
}
},
"packageManager": "[email protected]"
}

0 comments on commit 78f0473

Please sign in to comment.