Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:
env:
# Change this to invalidate existing cache.
CACHE_PREFIX: v0
NODE_VERSION: "20.x"
NODE_VERSION: "22.x"
PNPM_VERSION: "9.5.0"

permissions:
Expand Down
171 changes: 0 additions & 171 deletions .github/workflows/python-compatibility.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
node-version: '22.x'

- name: Setup Python
uses: actions/setup-python@v3
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,11 @@
},
"dependencies": {
"picocolors": "~1.0.0"
},
"pnpm": {
"overrides": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0"
}
}
}
Loading
Loading