From bb9356c7c656fae75cd6c14422950c501deb228a Mon Sep 17 00:00:00 2001 From: Viktor Persson Date: Thu, 21 Dec 2023 20:24:51 +0100 Subject: [PATCH] Update node version in deployment job. --- .github/workflows/deploy-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index efe28d8..d196a79 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: "yarn" - name: Install dependencies