Skip to content

Commit d9a1553

Browse files
authored
1 parent 2925444 commit d9a1553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/actions/npm-cache/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ runs:
2222
# https://github.com/actions/setup-node
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 22
25+
node-version-file: '.nvmrc'
2626

2727
- name: Display node and npm version
2828
shell: bash

0 commit comments

Comments
 (0)