From 760c0f1a01e4f59f6a86bf940fb2ef634663de45 Mon Sep 17 00:00:00 2001 From: Nico Schiering <48963701+L480@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:59:02 +0100 Subject: [PATCH] Update test.yml (#44) --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 103b8e4..f4941ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,9 +12,9 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 cache: npm - name: Install dependencies run: npm install - name: End-to-end testing - run: npm run test \ No newline at end of file + run: npm run test