Skip to content

Commit d79564d

Browse files
committed
add pnpm setup
1 parent a7a0e87 commit d79564d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ runs:
2626
node-version: "24"
2727
cache: "pnpm"
2828
cache-dependency-path: ${{ github.action_path }}/pnpm-lock.yaml
29+
- name: Setup pnpm
30+
uses: pnpm/action-setup@v4
2931
- name: Install dependencies
3032
run: pnpm install
3133
shell: bash

entry.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26164,7 +26164,7 @@ async function main(params) {
2616426164
// package.json
2616526165
var package_default = {
2616626166
name: "@pullfrog/action",
26167-
version: "0.0.33",
26167+
version: "0.0.34",
2616826168
type: "module",
2616926169
files: [
2617026170
"index.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pullfrog/action",
3-
"version": "0.0.33",
3+
"version": "0.0.34",
44
"type": "module",
55
"files": [
66
"index.js",

0 commit comments

Comments
 (0)