Skip to content

Commit a26fde3

Browse files
fix(actions): Add pnpm cache to node setup action
1 parent b0bd1c8 commit a26fde3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: actions/setup-node@v5
2323
with:
2424
node-version: '22.x' # Or any version you prefer
25+
cache: pnpm
2526

2627
# Step 3: Install Node.js dependencies
2728
- name: Install dependencies

0 commit comments

Comments
 (0)