Compare commits

...

1 Commits

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