Skip to content

Commit 06cdf25

Browse files
committedMar 15, 2024
Get node version from nvmrc in github CI
1 parent 01d8c91 commit 06cdf25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/actions/prepare-workspace/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
- uses: actions/checkout@v4
88
- uses: actions/setup-node@v4
99
with:
10-
node-version: 20
10+
node-version-file: '.nvmrc'
1111
registry-url: 'https://registry.npmjs.org'
1212
cache: 'npm'
1313

0 commit comments

Comments
 (0)