Skip to content

Commit

Permalink
Merge pull request #39 from xmlking/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-4

build(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
xmlking authored Dec 3, 2023
2 parents 9f114b5 + 119ddfc commit 4b87d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
Expand Down

2 comments on commit 4b87d90

@vercel
Copy link

@vercel vercel bot commented on 4b87d90 Dec 3, 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:

spectacular-web – ./apps/web

spectacular-web-git-main-xmlking.vercel.app
spectacular-web.vercel.app
spectacular-web-xmlking.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4b87d90 Dec 3, 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:

spectacular-playground – ./apps/playground

spectacular-playground.vercel.app
spectacular-playground-git-main-xmlking.vercel.app
spectacular-playground-xmlking.vercel.app

Please sign in to comment.