Compare commits

..

1 Commits

Author SHA1 Message Date
David Blass d79564db5e add pnpm setup 2025-10-13 15:14:51 -04:00
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -26,6 +26,8 @@ runs:
node-version: "24"
cache: "pnpm"
cache-dependency-path: ${{ github.action_path }}/pnpm-lock.yaml
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install
shell: bash
+1 -1
View File
@@ -26164,7 +26164,7 @@ async function main(params) {
// package.json
var package_default = {
name: "@pullfrog/action",
version: "0.0.33",
version: "0.0.34",
type: "module",
files: [
"index.js",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@pullfrog/action",
"version": "0.0.33",
"version": "0.0.34",
"type": "module",
"files": [
"index.js",