From 12e13fd5a72f88b02e81f93cafb83fa5c6ef1b5c Mon Sep 17 00:00:00 2001 From: lukasIO Date: Fri, 15 Aug 2025 12:37:34 +0200 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b68cec9..ca68e13 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 - - name: Use Node.js 20 + - name: Use Node.js 22 uses: actions/setup-node@v4 with: node-version: 22 @@ -29,4 +29,4 @@ jobs: run: pnpm format:check - name: Run Tests - run: pnpm test \ No newline at end of file + run: pnpm test