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