From 9140b097fd3840c10ba441795c3001e7e7e75236 Mon Sep 17 00:00:00 2001 From: Niklas Widmann Date: Sat, 10 Aug 2024 15:28:58 +0200 Subject: [PATCH] update node version --- .github/workflows/test-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-web.yml b/.github/workflows/test-web.yml index d060b47..002367f 100644 --- a/.github/workflows/test-web.yml +++ b/.github/workflows/test-web.yml @@ -28,7 +28,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 18 cache: pnpm - name: Test & Lint