Skip to content

Commit 47db294

Browse files
Merge pull request #58 from opencrvs/feat/setup-node-from-countryconfig-nvmrc
feat: setup node from countryconfig nvmrc when deploy and run e2e
2 parents 47b924b + 4427bd5 commit 47db294

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-and-e2e.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
run: |
6060
git checkout ${{ github.event.client_payload.countryconfig-image-tag || github.event.inputs.countryconfig-image-tag }}
6161
62+
- name: Set up Node.js from country .nvmrc
63+
uses: actions/setup-node@v4
64+
with:
65+
node-version-file: .nvmrc
66+
6267
- name: List Test Directories
6368
id: list-tests
6469
run: |

0 commit comments

Comments
 (0)