From 7e5efca70d049fec011f32dfc55941c3259ecee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sch=C3=B6ne?= Date: Fri, 26 Apr 2024 15:50:38 +0200 Subject: [PATCH] update node --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cc6d20d..ba7742a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' - name: Cache pnpm modules uses: actions/cache@v2