Skip to content

Commit 78f2d1f

Browse files
committed
strictness is set for node(>20) and pnpm(9.5) version
1 parent d71c807 commit 78f2d1f

File tree

7 files changed

+1211
-778
lines changed

7 files changed

+1211
-778
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup pnpm
1414
uses: pnpm/action-setup@v4
1515
with:
16-
version: 9.x.x
16+
version: 9.5.0
1717
- name: Setup NodeJS
1818
uses: actions/setup-node@v4
1919
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: pnpm/action-setup@v4
2020
with:
21-
version: 9.x.x
21+
version: 9.5.0
2222

2323
- name: Setup NodeJS
2424
uses: actions/setup-node@v4

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ dist-ssr
2525

2626
# Build output
2727
docs
28+
.pnpm-store

.npmrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
auto-install-peers=true
1+
auto-install-peers=true
2+
engine-strict=true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A beautiful blogging platform for the JankariTech peoples.
66

77
1. Requirements
88
- [NodeJS (>20.0.0)](https://nodejs.org/en/download/)
9-
- [pnpm (>9.0.0)](https://pnpm.io/installation)
9+
- [pnpm (>=9.5.0)](https://pnpm.io/installation)
1010

1111
2. Install Dependencies
1212
```bash

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,10 @@
5858
"unplugin-vue-components": "^0.20.1",
5959
"vite": "^2.9.15",
6060
"js-yaml": "^4.1.0"
61-
}
61+
},
62+
"engines": {
63+
"node": ">=20.0.0",
64+
"pnpm": ">=9.5.0"
65+
},
66+
"packageManager": "[email protected]"
6267
}

pnpm-lock.yaml

Lines changed: 1199 additions & 773 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)