Skip to content

Commit 680017b

Browse files
author
Himanshu Jain
committed
Init
1 parent 9548af2 commit 680017b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Check node.js version
1717
run: node -v
1818
- name: Install pnpm
19-
run: npm install -g [email protected].2
19+
run: npm install -g [email protected].3
2020
- name: Check pnpm version
2121
run: pnpm -v
2222
- name: Install dependencies

.github/workflows/pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Check node.js version
1717
run: node -v
1818
- name: Install pnpm
19-
run: npm install -g [email protected].2
19+
run: npm install -g [email protected].3
2020
- name: Check pnpm version
2121
run: pnpm -v
2222
- name: Install dependencies

cv.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"basics": {
3-
"name": "Miguel Ángel Durán",
3+
"name": "Himanshu Jain",
44
"label": "Full-Stack developer with more than 15 years of experience & development content creator",
55
"image": "/me.webp",
66
"email": "[email protected]",

0 commit comments

Comments
 (0)