Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
Use node 18
  • Loading branch information
conico974 committed Nov 29, 2023
1 parent 3328518 commit ba6e176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pnpm-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x

# Install pnpm. https://github.com/pnpm/action-setup
- uses: pnpm/action-setup@v2
Expand Down

1 comment on commit ba6e176

@vercel
Copy link

@vercel vercel bot commented on ba6e176 Nov 29, 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:

open-next – ./

open-next-sst-dev.vercel.app
open-next-git-main-sst-dev.vercel.app
open-next.vercel.app

Please sign in to comment.