Skip to content

Commit

Permalink
Update frontend-s3-deploy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Haroun Alarabi <[email protected]>
  • Loading branch information
HarounAlarabi authored Feb 2, 2024
1 parent b57ec28 commit 7430cc7
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/frontend-s3-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ on:
- Level--300

jobs:
build:
deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/setup-node@v1
with:
node-version: 12
-run: npm ci
-run:npm run build
- name: Checkout Repository
uses: actions/checkout@v2

- name: Set Up Node.js
uses: actions/setup-node@v3
with:
node-version: 14


0 comments on commit 7430cc7

Please sign in to comment.