Skip to content

Commit

Permalink
strictness is set for node(>20) and pnpm(9.5) version
Browse files Browse the repository at this point in the history
  • Loading branch information
grgprarup committed Jul 10, 2024
1 parent d71c807 commit 78f2d1f
Show file tree
Hide file tree
Showing 7 changed files with 1,211 additions and 778 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9.x.x
version: 9.5.0
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: pnpm/action-setup@v4
with:
version: 9.x.x
version: 9.5.0

- name: Setup NodeJS
uses: actions/setup-node@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ dist-ssr

# Build output
docs
.pnpm-store
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
auto-install-peers=true
auto-install-peers=true
engine-strict=true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A beautiful blogging platform for the JankariTech peoples.

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

2. Install Dependencies
```bash
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,10 @@
"unplugin-vue-components": "^0.20.1",
"vite": "^2.9.15",
"js-yaml": "^4.1.0"
}
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=9.5.0"
},
"packageManager": "[email protected]"
}
1,972 changes: 1,199 additions & 773 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 78f2d1f

Please sign in to comment.