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 31bcefe commit c6aa070Copy full SHA for c6aa070
.github/actions/setup/action.yml
@@ -7,7 +7,7 @@ runs:
7
- name: Use Node.js 18.x
8
uses: actions/setup-node@v4
9
with:
10
- node-version: 18.x
+ node-version-file: '.nvmrc'
11
12
- name: Enable corepack
13
run: corepack enable
0 commit comments