We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.nvmrc
1 parent 5abf098 commit 63ddaefCopy full SHA for 63ddaef
.github/actions/npm-cache/action.yml
@@ -8,7 +8,7 @@ runs:
8
# https://github.com/actions/setup-node
9
uses: actions/setup-node@v4
10
with:
11
- node-version: 22
+ node-version-file: '.nvmrc'
12
13
- name: Display node and npm version
14
shell: bash
0 commit comments