Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AVDW authored May 7, 2024
1 parent aa664ee commit c83d4d9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Build the frontend project

on:
push:
Expand All @@ -8,11 +9,16 @@ on:
jobs:
buildWebsite:
name: deploy to staging
runs-on: node
runs-on: ubuntu-latest
steps:
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '20.x'

- uses: actions/checkout@v4

- name: Install Dependencies
run: npm install
- name: Build app
run: npm run build-prod


0 comments on commit c83d4d9

Please sign in to comment.