Add package.json to e2e tests

This commit is contained in:
Vladimir Safonkin 2022-08-03 12:23:07 +02:00
parent 72615645bb
commit 14a17a7dd1

View File

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