Skip to content

Commit

Permalink
ci(app): 🚑 fix actions node version
Browse files Browse the repository at this point in the history
  • Loading branch information
crstnmac committed Nov 8, 2023
1 parent bf422cb commit 37fa076
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion workflows/nextjs.yml

This file was deleted.

1 comment on commit 37fa076

@vercel
Copy link

@vercel vercel bot commented on 37fa076 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

crstnmac-github-io – ./

crstnmac-github-io.vercel.app
crstnmac-github-io-criston.vercel.app
crstnmac-github-io-git-main-criston.vercel.app

Please sign in to comment.