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 7f98a70 commit d7ca606Copy full SHA for d7ca606
.github/workflows/build-and-test.yaml
@@ -15,8 +15,7 @@ jobs:
15
- name: Setup Node.js
16
uses: actions/setup-node@v4
17
with:
18
- node-version-file: '.nvmrc'
19
- cache: 'pnpm'
+ node-version-file: ".nvmrc"
20
21
- name: Install dependencies
22
run: pnpm install --frozen-lockfile
.github/workflows/publish.yml
@@ -19,7 +19,6 @@ jobs:
node-version-file: ".nvmrc"
23
24
- name: Setup pnpm
25
uses: pnpm/action-setup@v4
0 commit comments