feat: handling the case where "node" is used for tool-versions file.

This commit is contained in:
Vytis Valentinavičius
2023-07-17 16:13:42 +03:00
committed by Vytis Valentinavičius
parent c7a93deeac
commit 65e8ab1f1d
5 changed files with 6 additions and 4 deletions

View File

@@ -158,7 +158,8 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version-file: [.nvmrc, .tool-versions, package.json]
node-version-file:
[.nvmrc, .tool-versions, .tool-versions-node, package.json]
steps:
- uses: actions/checkout@v3
- name: Remove volta from package.json