Skip to content

Commit ebb6141

Browse files
Add pnpm setup to GitHub Actions workflow
1 parent 34b5d99 commit ebb6141

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/fetch-event-node.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ jobs:
1616
# Step 1: Check out the repository code
1717
- name: Checkout repository
1818
uses: actions/checkout@v5
19-
2019
# Step 2: Set up a Node.js environment
20+
- uses: pnpm/action-setup@v4
21+
with:
22+
run_install: true
2123
- name: Set up Node.js
2224
uses: actions/setup-node@v4
2325
with:

0 commit comments

Comments
 (0)