mirror of
https://github.com/actions/setup-node.git
synced 2025-04-22 03:28:42 +00:00
Add package.json to e2e tests
This commit is contained in:
parent
72615645bb
commit
14a17a7dd1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/versions.yml
vendored
2
.github/workflows/versions.yml
vendored
|
@ -92,7 +92,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
node-version-file: [.nvmrc, .tool-versions]
|
||||
node-version-file: [.nvmrc, .tool-versions, package.json]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Setup node from node version file
|
||||
|
|
Loading…
Add table
Reference in a new issue