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 36a2b49 commit 3f69a9eCopy full SHA for 3f69a9e
.github/workflows/deploy-site.yaml
@@ -20,7 +20,7 @@ jobs:
20
21
- uses: actions/setup-node@v4
22
with:
23
- node-version: 22
+ node-version: 22.18.0
24
cache: 'pnpm'
25
cache-dependency-path: pnpm-lock.yaml
26
.github/workflows/manual.yaml
@@ -84,7 +84,7 @@ jobs:
84
- name: Setup Node.js
85
uses: actions/setup-node@v4
86
87
88
89
90
- name: Activate corepack
.github/workflows/monitor-metrics.yaml
@@ -25,7 +25,7 @@ jobs:
27
28
29
30
31
- name: Install Pnpm
0 commit comments