We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b5d99 commit ebb6141Copy full SHA for ebb6141
.github/workflows/fetch-event-node.yml
@@ -16,8 +16,10 @@ jobs:
16
# Step 1: Check out the repository code
17
- name: Checkout repository
18
uses: actions/checkout@v5
19
-
20
# Step 2: Set up a Node.js environment
+ - uses: pnpm/action-setup@v4
21
+ with:
22
+ run_install: true
23
- name: Set up Node.js
24
uses: actions/setup-node@v4
25
with:
0 commit comments