Add support for asdf format as Node.js version file

This commit is contained in:
Hideki Igarashi
2021-12-02 00:44:59 +09:00
parent 82496765f3
commit dbb64ac1d1
7 changed files with 32 additions and 20 deletions

View File

@ -84,12 +84,13 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version-file: [.nvmrc, .tool-versions]
steps:
- uses: actions/checkout@v3
- name: Setup node from node version file
uses: ./
with:
node-version-file: '__tests__/data/.nvmrc'
node-version-file: '__tests__/data/${{ matrix.node-version-file }}'
- name: Verify node
run: __tests__/verify-node.sh 14