From 79d591441fd2a8d7a49f9543c51a96c46e38555a Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 1 Feb 2024 16:49:23 +0100 Subject: ci: transition to node 20 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5e82e96..99f289d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,7 +20,7 @@ jobs: - name: Install NodeJS uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: pnpm - name: Install dependencies -- cgit v1.2.3