Skip to content

Commit

Permalink
chore: updating node version GitHub action (#39)
Browse files Browse the repository at this point in the history
* [promote-production]: May 3, 10:50 AM (#24)

* [Client]: Refactoring Register UI & Adding more UI components (#17)

* [client]: refactoring register ui

* Add Zustand state management library

* [Client]: Adding more UI components (#19)

* Update README.md

* fixing build issues

* Update README.md

* [Client]: UI Adjustments (#21)

* [client]: integrating sign-in with api (#22)

* Update README.md

* chore: Update GitHub Actions workflow to specify node version for code checkout and Docker login
  • Loading branch information
drbarzaga authored May 5, 2024
1 parent e7cd01c commit 7164a8b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [18.x]
steps:
# Checkout the code from the GitHub repository
- name: Checkout code
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,19 @@
## Screenshots

#### Sign In

<img width="1512" alt="image" src="https://github.com/drbarzaga/JobPortal/assets/12173976/676ddd8e-f9bb-4fc1-810f-fcde07817348">

#### Sign Up

<img width="1512" alt="image" src="https://github.com/drbarzaga/JobPortal/assets/12173976/818dc01f-7915-42da-914c-2b011bcbfa60">

#### Forgot Password

<img width="1512" alt="image" src="https://github.com/drbarzaga/JobPortal/assets/12173976/362e5330-e25b-4591-a1f1-20c87a7d4836">

#### Home Page as Guest

<img width="1512" alt="image" src="https://github.com/drbarzaga/JobPortal/assets/12173976/42526467-2b0a-4138-b0aa-f546d4735004">

## Tech Stack
Expand Down Expand Up @@ -91,14 +95,17 @@ docker-compose up
```

### 3. Running locally

Using npm

```bash
npm install
npm run install:all
npm run dev
```

Using yarn

```bash
yarn install
yarn run install:all
Expand Down

0 comments on commit 7164a8b

Please sign in to comment.