We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07ec50 commit ecfb537Copy full SHA for ecfb537
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
run_install: true # package manager version is in package.json
28
- name: Setup Node
29
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
30
31
node-version: "24"
32
cache: pnpm
.github/workflows/fetch-event-node.yml
@@ -19,7 +19,7 @@ jobs:
19
20
# Step 2: Set up a Node.js environment
21
- name: Set up Node.js
22
23
24
node-version: '22.x' # Or any version you prefer
25
0 commit comments