From a3937bb274564bb77de8077dc8bcbffe1e4eb6a1 Mon Sep 17 00:00:00 2001 From: Oluwatunmise-olat Date: Mon, 29 Jan 2024 10:44:08 +0100 Subject: [PATCH] chore: update workflow node version --- .github/workflows/pre-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-deployment.yml b/.github/workflows/pre-deployment.yml index 9c8fa9c..2a2993b 100644 --- a/.github/workflows/pre-deployment.yml +++ b/.github/workflows/pre-deployment.yml @@ -17,7 +17,7 @@ jobs: - name: Setup and Install Node.Js uses: actions/setup-node@v3.4.1 with: - node-version: "16.x" + node-version: "18.x" cache: "yarn" - name: Install Dependencies run: yarn install --frozen-lockfile