mirror of
https://github.com/actions/setup-node.git
synced 2025-12-14 00:16:35 +08:00
node-version-file: '../.nvmrc' changed to .nvmrc
This commit is contained in:
2
.github/workflows/versions.yml
vendored
2
.github/workflows/versions.yml
vendored
@@ -89,7 +89,7 @@ jobs:
|
||||
- name: Setup node test
|
||||
uses: ./
|
||||
with:
|
||||
node-version-file: '../.nvmrc'
|
||||
node-version-file: '.nvmrc'
|
||||
node-dist:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user