Skip to content

Commit

Permalink
🍻
Browse files Browse the repository at this point in the history
  • Loading branch information
Soltus committed Apr 26, 2024
1 parent c71223a commit cca99dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
- run: pip install PyGithub

- name: Extract Sillot version from package.json
Expand Down
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sillot",
"version": "0.31.1910",
"version": "0.31.1920",
"syv": "3.0.12",
"sypv": "[]",
"description": "Build Your Eternal Digital Garden",
Expand All @@ -10,7 +10,7 @@
"main": "./electron/main.js",
"engines": {
"node": ">=20.11.1",
"pnpm": ">=9.0.0"
"pnpm": ">=9.0.4"
},
"packageManager": "pnpm@9.0.6",
"actionInstallCommand": "pnpm install --no-frozen-lockfile",
Expand Down

0 comments on commit cca99dd

Please sign in to comment.