From f5177a9a0eba82e29bda634044d208bd92589dc8 Mon Sep 17 00:00:00 2001 From: Florian Zia Date: Tue, 17 Sep 2024 14:05:51 +0200 Subject: [PATCH] fix: Update node version for full E2E test suite --- .github/workflows/e2e_pr_full.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e_pr_full.yml b/.github/workflows/e2e_pr_full.yml index 53fc16d181c..adcb1507cfc 100644 --- a/.github/workflows/e2e_pr_full.yml +++ b/.github/workflows/e2e_pr_full.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 22.6.x + node-version: 22.9.x - name: Install dependencies run: npm ci