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 744b27c commit 57c9be3Copy full SHA for 57c9be3
.github/workflows/release.yml
@@ -26,12 +26,12 @@ jobs:
26
- name: Setup Node
27
uses: actions/setup-node@v4
28
with:
29
- node-version: 18
+ node-version: 22
30
31
- name: Setup pnpm
32
uses: pnpm/action-setup@v3
33
34
- version: 8
+ version: 10
35
run_install: false
36
37
- name: Get pnpm store directory
.github/workflows/test.yml
@@ -21,12 +21,12 @@ jobs:
21
22
23
24
25
0 commit comments