From 417d103ed5bfe773b4ae9479fa106e4f269911c6 Mon Sep 17 00:00:00 2001 From: sandygudie Date: Sat, 23 Dec 2023 13:59:31 +0100 Subject: [PATCH] fixed deployment --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 9d790a7..0e1b542 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "20" - name: Install dependencies run: | npm install