Skip to content

Commit

Permalink
Bump dependencies to latest
Browse files Browse the repository at this point in the history
- Upgrade npm dependencies to their latest
- Upgrade python dependencies to their latest
- Upgrade Node to 22 as 20 is end-of-life since October 2024
  • Loading branch information
undergroundwires committed Dec 3, 2024
1 parent 5155f93 commit d33ca2f
Show file tree
Hide file tree
Showing 3 changed files with 5,043 additions and 3,574 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ runs:
name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
# check-latest: true # Newest versions can potentially have undiscovered bugs or regressions
Loading

0 comments on commit d33ca2f

Please sign in to comment.