We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d8c91 commit 06cdf25Copy full SHA for 06cdf25
.github/actions/prepare-workspace/action.yml
@@ -7,7 +7,7 @@ runs:
7
- uses: actions/checkout@v4
8
- uses: actions/setup-node@v4
9
with:
10
- node-version: 20
+ node-version-file: '.nvmrc'
11
registry-url: 'https://registry.npmjs.org'
12
cache: 'npm'
13
0 commit comments