pull/659/head
Travis Fischer 2024-07-24 03:05:40 -07:00
rodzic 64bdb88a4b
commit 22e3e49e69
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -27,7 +27,7 @@ jobs:
uses: pnpm/action-setup@v3 uses: pnpm/action-setup@v3
id: pnpm-install id: pnpm-install
with: with:
version: 9.2.0 version: 9.6.0
run_install: false run_install: false
- name: Get pnpm store directory - name: Get pnpm store directory

Wyświetl plik

@ -8,7 +8,7 @@
"type": "git", "type": "git",
"url": "git+https://github.com/transitive-bullshit/agentic.git" "url": "git+https://github.com/transitive-bullshit/agentic.git"
}, },
"packageManager": "pnpm@9.2.0", "packageManager": "pnpm@9.6.0",
"engines": { "engines": {
"node": ">=18" "node": ">=18"
}, },