Skip to content

Commit

Permalink
db: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
gaboesquivel committed Jan 29, 2024
1 parent b2c7fa7 commit 0bd79f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/supabase-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v2 # Ensure this is the latest version

# If your workflow requires Node.js, add a step to set up Node.js 20
- name: Set up Node.js 20
uses: actions/setup-node@v3
with:
node-version: '20'

- name: Set up working directory
run: cd apps/supabase
Expand Down
1 change: 0 additions & 1 deletion .test_migration

This file was deleted.

0 comments on commit 0bd79f8

Please sign in to comment.