We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f45f3 commit 1c3327aCopy full SHA for 1c3327a
.github/workflows/autofix.yml
@@ -16,11 +16,12 @@ jobs:
16
- name: Install pnpm
17
uses: pnpm/[email protected]
18
19
- - name: Set node version to 18
+ - name: Install Node.js
20
uses: actions/setup-node@v4
21
with:
22
- node-version: 18
23
- cache: pnpm
+ node-version-file: '.node-version'
+ registry-url: 'https://registry.npmjs.org'
24
+ cache: 'pnpm'
25
26
- run: pnpm install
27
.github/workflows/canary-minor.yml
@@ -19,10 +19,10 @@ jobs:
registry-url: 'https://registry.npmjs.org'
cache: 'pnpm'
28
0 commit comments