Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Apr 10, 2024
1 parent 3cb32d9 commit b77f011
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
run: |
npm run build
- name: Execute tests
env:
DB_USERNAME: root
Expand Down Expand Up @@ -91,13 +90,13 @@ jobs:
with:
node-version: 20

- name: Restore npm cache
uses: actions/cache@v4
- name: Install node dependencies
run: npm i

- name: Setup node
uses: actions/setup-node@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
node-version: 20

- name: Build frontend
run: |
Expand Down

0 comments on commit b77f011

Please sign in to comment.