Skip to content

Commit

Permalink
chore: cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Oluwatunmise-olat committed Jan 29, 2024
1 parent 7ed90f1 commit 8df1c52
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,19 @@ jobs:
steps:
- name: Pull Repository
uses: actions/checkout@v2

- name: Setup and Install Node.Js
uses: actions/[email protected]
with:
node-version: "18.x"
cache: "yarn"

- name: Install Dependencies
run: yarn install --frozen-lockfile

- name: Build Application
run: |
yarn run app:build
echo "BUILD_PATH=./dist" >> $GITHUB_ENV
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 8df1c52

Please sign in to comment.