setup deps

This commit is contained in:
David Blass
2025-10-13 15:12:38 -04:00
parent 7050b8de75
commit a7a0e87fd8
3 changed files with 9 additions and 3 deletions
+7 -1
View File
@@ -24,7 +24,13 @@ runs:
uses: actions/setup-node@v4
with:
node-version: "24"
- name: Run TypeScript entry point
cache: "pnpm"
cache-dependency-path: ${{ github.action_path }}/pnpm-lock.yaml
- name: Install dependencies
run: pnpm install
shell: bash
working-directory: ${{ github.action_path }}
- name: Run agent
run: node entry.ts
shell: bash
working-directory: ${{ github.action_path }}
+1 -1
View File
@@ -26164,7 +26164,7 @@ async function main(params) {
// package.json
var package_default = {
name: "@pullfrog/action",
version: "0.0.32",
version: "0.0.33",
type: "module",
files: [
"index.js",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@pullfrog/action",
"version": "0.0.32",
"version": "0.0.33",
"type": "module",
"files": [
"index.js",