pull/674/head
Travis Fischer 2024-10-21 18:11:14 -05:00
rodzic b7bc0e94b9
commit fbc6827851
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -22,7 +22,7 @@ jobs:
- name: Install pnpm - name: Install pnpm
uses: pnpm/action-setup@v4 uses: pnpm/action-setup@v4
with: with:
version: 9.7.0 version: 9.12.2
run_install: false run_install: false
- name: Install Node.js - name: Install Node.js

Wyświetl plik

@ -7,7 +7,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.7.0", "packageManager": "pnpm@9.12.2",
"engines": { "engines": {
"node": ">=18" "node": ">=18"
}, },