supabase / setup-cli

A GitHub action for interacting with your Supabase projects using the CLI.
MIT License
107 stars 15 forks source link

Deprecated nodejs version #255

Closed riderx closed 7 months ago

riderx commented 7 months ago

Bug report

Describe the bug

CleanShot 2024-01-25 at 17 12 20@2x

github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20

The transition seems easy. For example, the official cache action completed the transition with a few file updates: actions/cache#1284 (files)

To Reproduce

just run the action and github will display the deprecated notice

Expected behavior

The action should use nodejs 20 as base

System information

Additional context

Add any other context about the problem here.