Skip to content

Commit

Permalink
Fix for #249 (#254)
Browse files Browse the repository at this point in the history
Update action to use node20
  • Loading branch information
dmarcucci committed Mar 20, 2024
1 parent 8433ae1 commit a588075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ outputs:
preview-name:
description: 'deployment preview name'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

branding:
Expand Down

3 comments on commit a588075

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for zeit-now-deployment-action-example-static ready!

✅ Preview
https://zeit-now-deployment-action-example-static-1suh4flkv-amond.vercel.app
https://master.static.vercel-action.amond.dev

Built with commit a588075.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for team-scope-test ready!

✅ Preview
https://team-scope-test-btr9q2r6j-dietfriends.vercel.app

Built with commit a588075.
This pull request is being automatically deployed with vercel-action

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for vercel-action-example-nextjs ready!

✅ Preview
https://vercel-action-example-nextjs-p78mc5g52-amond.vercel.app
https://master.nextjs.vercel-action.amond.dev

Built with commit a588075.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.