Skip to content

Commit

Permalink
DB Migration Stage:1 (new rating system)
Browse files Browse the repository at this point in the history
  • Loading branch information
DCRepublic committed Nov 26, 2024
1 parent eefb055 commit 101857f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 54 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,20 @@ on:

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x, 22.x]
node-version: [22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npx prisma generate
- run: npm run build --if-present
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npx prisma generate
- run: npm run build --if-present
41 changes: 0 additions & 41 deletions prisma/migrations/20241125212024_change_faculty/migration.sql

This file was deleted.

2 changes: 0 additions & 2 deletions prisma/migrations/20241125212317_change_faculty/migration.sql

This file was deleted.

0 comments on commit 101857f

Please sign in to comment.