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 9a925d3 commit 78213f1Copy full SHA for 78213f1
.github/workflows/checkpr.yml
@@ -31,6 +31,7 @@ jobs:
31
uses: actions/setup-node@v4
32
with:
33
cache: pnpm
34
+ node-version-file: package.json
35
36
- name: Install dependencies
37
run: pnpm install
@@ -55,6 +56,7 @@ jobs:
55
56
57
58
59
60
61
62
.github/workflows/publish-to-npm.yml
@@ -21,6 +21,7 @@ jobs:
21
22
23
24
25
26
27
0 commit comments