Skip to content

Commit

Permalink
Merge pull request #82 from communitiesuk/bau/update_node_version_e2e…
Browse files Browse the repository at this point in the history
…_tests

BAU: Upgrade Node Version to 19 for E2E Tests Workflow
  • Loading branch information
rayhan15243 authored Nov 20, 2023
2 parents e9c36f4 + 4ea58e0 commit 6fc1da3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-shared-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 14.20.1
node-version: 19
- name: Install dependencies
run: npm ci
- name: Run E2E Tests Application For All Funds
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 14.20.1
node-version: 19
- name: Install dependencies
run: npm ci
- name: Run E2E Tests Assessment For All Funds
Expand Down

0 comments on commit 6fc1da3

Please sign in to comment.