Skip to content

Commit 7164a8b

Browse files
authored
chore: updating node version GitHub action (#39)
* [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
1 parent e7cd01c commit 7164a8b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
node-version: [18.x, 20.x]
21+
node-version: [18.x]
2222
steps:
2323
# Checkout the code from the GitHub repository
2424
- name: Checkout code

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,19 @@
2323
## Screenshots
2424

2525
#### Sign In
26+
2627
<img width="1512" alt="image" src="https://github.com/drbarzaga/JobPortal/assets/12173976/676ddd8e-f9bb-4fc1-810f-fcde07817348">
2728

2829
#### Sign Up
30+
2931
<img width="1512" alt="image" src="https://github.com/drbarzaga/JobPortal/assets/12173976/818dc01f-7915-42da-914c-2b011bcbfa60">
3032

3133
#### Forgot Password
34+
3235
<img width="1512" alt="image" src="https://github.com/drbarzaga/JobPortal/assets/12173976/362e5330-e25b-4591-a1f1-20c87a7d4836">
3336

3437
#### Home Page as Guest
38+
3539
<img width="1512" alt="image" src="https://github.com/drbarzaga/JobPortal/assets/12173976/42526467-2b0a-4138-b0aa-f546d4735004">
3640

3741
## Tech Stack
@@ -91,14 +95,17 @@ docker-compose up
9195
```
9296

9397
### 3. Running locally
98+
9499
Using npm
100+
95101
```bash
96102
npm install
97103
npm run install:all
98104
npm run dev
99105
```
100106

101107
Using yarn
108+
102109
```bash
103110
yarn install
104111
yarn run install:all

0 commit comments

Comments
 (0)