From 37fa076b8577f126202f0daf1b77e88b8a1da678 Mon Sep 17 00:00:00 2001 From: Criston Mascarenhas Date: Wed, 8 Nov 2023 10:01:41 +0530 Subject: [PATCH] ci(app): :ambulance: fix actions node version --- .github/workflows/nextjs.yml | 6 +++--- workflows/nextjs.yml | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 workflows/nextjs.yml diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 17c5fcc..5a1c76f 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages on: # Runs on pushes targeting the default branch push: - branches: ["main"] + branches: ['main'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -21,7 +21,7 @@ permissions: # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete. concurrency: - group: "pages" + group: 'pages' cancel-in-progress: false jobs: @@ -51,7 +51,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: "16" + node-version: '18' cache: ${{ steps.detect-package-manager.outputs.manager }} - name: Setup Pages uses: actions/configure-pages@v3 diff --git a/workflows/nextjs.yml b/workflows/nextjs.yml deleted file mode 100644 index 7289ac2..0000000 --- a/workflows/nextjs.yml +++ /dev/null @@ -1 +0,0 @@ -node-version:18