Skip to content

Commit

Permalink
Upgrade node.js version (#1129)
Browse files Browse the repository at this point in the history
* Upgraded node to v20
* Removed griffe version pinning
  • Loading branch information
rnemes authored Sep 5, 2024
1 parent 61e8a60 commit 30e6708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
python-version: "3.11"
- uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "20"
- uses: pnpm/action-setup@v3
with:
version: 8.10.4
Expand Down
3 changes: 1 addition & 2 deletions releaseherald/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ toml
parse
pydantic<2.0
pluggy
typing_extensions
griffe<=0.49
typing_extensions

0 comments on commit 30e6708

Please sign in to comment.