Skip to content

Commit

Permalink
fix(ci): moved to ctux-check-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
cTux committed Nov 16, 2023
1 parent 36cb7b0 commit 09dde0a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pnpm i
```

## Template's core:
* [NodeJS 18](https://nodejs.org/en/)
* [NodeJS 20](https://nodejs.org/en/)
* [pnpm](https://pnpm.io/)
* [ViteJS](https://vitejs.dev/)

Expand All @@ -53,4 +53,4 @@ pnpm i
* [Husky](https://www.npmjs.com/package/husky) + hooks:
* pre-commit: lint and test
* commit-msg: conventional commit message
* [CommitLint](https://www.conventionalcommits.org/en/v1.0.0/)
* [CommitLint](https://www.conventionalcommits.org/en/v1.0.0/)
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"template:update": "sh ./scripts/merge-template-changes.sh"
},
"engines": {
"node": "^20"
"node": "^20",
"pnpm": "^8"
},
"dependencies": {
"@emotion/react": "^11.11.1",
Expand Down Expand Up @@ -47,7 +48,7 @@
"@typescript-eslint/parser": "^6.11.0",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-react": "^4.1.1",
"check-engine": "^1.12.0",
"ctux-check-engine": "^1.12.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 09dde0a

Please sign in to comment.