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 5182c5a commit ed3fe5eCopy full SHA for ed3fe5e
.github/actions/setup/action.yml
@@ -7,8 +7,9 @@ runs:
7
uses: pnpm/[email protected]
8
- uses: actions/setup-node@v4
9
with:
10
- node-version: "20"
+ node-version-file: ".nvmrc"
11
cache: "pnpm"
12
+ registry-url: https://registry.npmjs.org
13
- name: Print versions
14
shell: bash
15
run: node --version && pnpm --version
.nvmrc
@@ -0,0 +1 @@
1
+v20.18.0
0 commit comments